Searched refs:AVSContext (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcavs.h163 typedef struct AVSContext { struct
243 } AVSContext; typedef in typeref:struct:AVSContext
264 void ff_cavs_filter(AVSContext *h, enum cavs_mb mb_type);
265 void ff_cavs_load_intra_pred_luma(AVSContext *h, uint8_t *top, uint8_t **left,
267 void ff_cavs_load_intra_pred_chroma(AVSContext *h);
268 void ff_cavs_modify_mb_i(AVSContext *h, int *pred_mode_uv);
269 void ff_cavs_inter(AVSContext *h, enum cavs_mb mb_type);
270 void ff_cavs_mv(AVSContext *h, enum cavs_mv_loc nP, enum cavs_mv_loc nC,
272 void ff_cavs_init_mb(AVSContext *h);
273 int ff_cavs_next_mb(AVSContext *
[all...]
H A Dcavsdec.c457 static inline void store_mvs(AVSContext *h)
465 static inline void mv_pred_direct(AVSContext *h, cavs_vector *pmv_fw,
484 static inline void mv_pred_sym(AVSContext *h, cavs_vector *src,
517 static inline int dequant(AVSContext *h, int16_t *level_buf, uint8_t *run_buf,
547 static int decode_residual_block(AVSContext *h, GetBitContext *gb,
590 static inline void decode_residual_chroma(AVSContext *h)
600 static inline int decode_residual_inter(AVSContext *h)
630 static inline void set_mv_intra(AVSContext *h)
640 static int decode_mb_i(AVSContext *h, int cbp_code)
708 static inline void set_intra_mode_default(AVSContext *
[all...]
H A Dcavs.c109 void ff_cavs_filter(AVSContext *h, enum cavs_mb mb_type)
185 void ff_cavs_load_intra_pred_luma(AVSContext *h, uint8_t *top,
236 void ff_cavs_load_intra_pred_chroma(AVSContext *h)
363 void ff_cavs_modify_mb_i(AVSContext *h, int *pred_mode_uv)
390 static inline void mc_dir_part(AVSContext *h, AVFrame *pic, int chroma_height,
456 static inline void mc_part_std(AVSContext *h, int chroma_height, int delta,
494 void ff_cavs_inter(AVSContext *h, enum cavs_mb mb_type)
537 static inline void scale_mv(AVSContext *h, int *d_x, int *d_y,
546 static inline void mv_pred_median(AVSContext *h,
576 void ff_cavs_mv(AVSContext *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcavs.h226 } AVSContext; typedef in typeref:struct:__anon1890
253 static inline void set_intra_mode_default(AVSContext *h) {
277 static inline void set_mv_intra(AVSContext *h) {
286 static inline int dequant(AVSContext *h, DCTELEM *level_buf, uint8_t *run_buf,
306 void ff_cavs_filter(AVSContext *h, enum cavs_mb mb_type);
307 void ff_cavs_load_intra_pred_luma(AVSContext *h, uint8_t *top, uint8_t **left,
309 void ff_cavs_load_intra_pred_chroma(AVSContext *h);
310 void ff_cavs_modify_mb_i(AVSContext *h, int *pred_mode_uv);
311 void ff_cavs_inter(AVSContext *h, enum cavs_mb mb_type);
312 void ff_cavs_mv(AVSContext *
[all...]
H A Dcavsdec.c55 static inline void store_mvs(AVSContext *h) {
62 static inline void mv_pred_direct(AVSContext *h, cavs_vector *pmv_fw,
80 static inline void mv_pred_sym(AVSContext *h, cavs_vector *src, enum cavs_block size) {
115 static int decode_residual_block(AVSContext *h, GetBitContext *gb,
154 static inline void decode_residual_chroma(AVSContext *h) {
163 static inline int decode_residual_inter(AVSContext *h) {
192 static int decode_mb_i(AVSContext *h, int cbp_code) {
259 static void decode_mb_p(AVSContext *h, enum cavs_mb mb_type) {
303 static void decode_mb_b(AVSContext *h, enum cavs_mb mb_type) {
417 static inline int decode_slice_header(AVSContext *
[all...]
H A Dcavs.c75 void ff_cavs_filter(AVSContext *h, enum cavs_mb mb_type) {
147 void ff_cavs_load_intra_pred_luma(AVSContext *h, uint8_t *top,
197 void ff_cavs_load_intra_pred_chroma(AVSContext *h) {
301 void ff_cavs_modify_mb_i(AVSContext *h, int *pred_mode_uv) {
327 static inline void mc_dir_part(AVSContext *h,Picture *pic,int square,
382 static inline void mc_part_std(AVSContext *h,int square,int chroma_height,int delta,
414 void ff_cavs_inter(AVSContext *h, enum cavs_mb mb_type) {
451 static inline void scale_mv(AVSContext *h, int *d_x, int *d_y, cavs_vector *src, int distp) {
458 static inline void mv_pred_median(AVSContext *h, cavs_vector *mvP,
484 void ff_cavs_mv(AVSContext *
[all...]

Completed in 97 milliseconds