Searched defs:motion_val (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegpicture.h | 54 int16_t (*motion_val[2])[2]; member
|
H A D | error_resilience.h | 46 int16_t (*motion_val[2])[2]; member
|
H A D | mpegutils.c | 103 ff_print_debug_info2(AVCodecContext *avctx, AVFrame *pict, uint8_t *mbskip_table, uint32_t *mbtype_table, int8_t *qscale_table, int16_t (*motion_val[2])[2], int mb_width, int mb_height, int mb_stride, int quarter_sample) ff_print_debug_info2() argument [all...] |
H A D | svq3.c | 79 int16_t (*motion_val[2])[2]; member [all...] |
H A D | rv34.c | 1153 is_mv_diff_gt_3(int16_t (motion_val)[2], int step) is_mv_diff_gt_3() argument [all...] |
H A D | h264dec.h | 117 int16_t (*motion_val[2])[2]; member
|
H A D | vp3.c | 230 int8_t (*motion_val[2])[2]; member [all...] |
Completed in 10 milliseconds