Home
last modified time | relevance | path

Searched refs:AVSContext (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcavs.h165 typedef struct AVSContext { struct
245 } AVSContext; argument
266 void ff_cavs_filter(AVSContext *h, enum cavs_mb mb_type);
267 void ff_cavs_load_intra_pred_luma(AVSContext *h, uint8_t *top, uint8_t **left,
269 void ff_cavs_load_intra_pred_chroma(AVSContext *h);
270 void ff_cavs_modify_mb_i(AVSContext *h, int *pred_mode_uv);
271 void ff_cavs_inter(AVSContext *h, enum cavs_mb mb_type);
272 void ff_cavs_mv(AVSContext *h, enum cavs_mv_loc nP, enum cavs_mv_loc nC,
274 void ff_cavs_init_mb(AVSContext *h);
275 int ff_cavs_next_mb(AVSContext *h);
[all …]
Dcavsdec.c456 static inline void store_mvs(AVSContext *h) in store_mvs()
464 static inline void mv_pred_direct(AVSContext *h, cavs_vector *pmv_fw, in mv_pred_direct()
483 static inline void mv_pred_sym(AVSContext *h, cavs_vector *src, in mv_pred_sym()
516 static inline int dequant(AVSContext *h, int16_t *level_buf, uint8_t *run_buf, in dequant()
546 static int decode_residual_block(AVSContext *h, GetBitContext *gb, in decode_residual_block()
594 static inline int decode_residual_chroma(AVSContext *h) in decode_residual_chroma()
611 static inline int decode_residual_inter(AVSContext *h) in decode_residual_inter()
641 static inline void set_mv_intra(AVSContext *h) in set_mv_intra()
651 static int decode_mb_i(AVSContext *h, int cbp_code) in decode_mb_i()
725 static inline void set_intra_mode_default(AVSContext *h) in set_intra_mode_default()
[all …]
Dcavs.c111 void ff_cavs_filter(AVSContext *h, enum cavs_mb mb_type) in ff_cavs_filter()
187 void ff_cavs_load_intra_pred_luma(AVSContext *h, uint8_t *top, in ff_cavs_load_intra_pred_luma()
238 void ff_cavs_load_intra_pred_chroma(AVSContext *h) in ff_cavs_load_intra_pred_chroma()
365 void ff_cavs_modify_mb_i(AVSContext *h, int *pred_mode_uv) in ff_cavs_modify_mb_i()
392 static inline void mc_dir_part(AVSContext *h, AVFrame *pic, int chroma_height, in mc_dir_part()
458 static inline void mc_part_std(AVSContext *h, int chroma_height, int delta, in mc_part_std()
496 void ff_cavs_inter(AVSContext *h, enum cavs_mb mb_type) in ff_cavs_inter()
539 static inline void scale_mv(AVSContext *h, int *d_x, int *d_y, in scale_mv()
547 static inline void mv_pred_median(AVSContext *h, in mv_pred_median()
577 void ff_cavs_mv(AVSContext *h, enum cavs_mv_loc nP, enum cavs_mv_loc nC, in ff_cavs_mv()
[all …]