Searched refs:IS_VP7 (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp8dsp.h | 106 #define IS_VP7 1 macro
|
D | vp8.c | 258 return update_dimensions(s, width, height, IS_VP7); in vp7_update_dimensions() 1091 mb->mv = mb->bmv[decode_splitmvs(s, c, mb, layout, IS_VP7) - 1]; in vp7_decode_mvs() 1430 token_prob, qmul, scan, IS_VP7); in vp7_decode_block_coeffs_internal() 2322 return vp78_decode_mv_mb_modes(avctx, cur_frame, prev_frame, IS_VP7); in vp7_decode_mv_mb_modes() 2618 return vp78_decode_mb_row_sliced(avctx, tdata, jobnr, threadnr, IS_VP7); in vp7_decode_mb_row_sliced() 2824 return vp78_decode_frame(avctx, frame, got_frame, avpkt, IS_VP7); in vp7_decode_frame() 2891 return vp78_decode_init(avctx, IS_VP7); in vp7_decode_init()
|
D | vp8dsp.c | 302 filter_common(p, stride, is4tap, IS_VP7); in vp7_filter_common()
|