Searched refs:IS_VP8 (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp8dsp.h | 107 #define IS_VP8 0 macro
|
D | vp8.c | 263 return update_dimensions(s, width, height, IS_VP8); in vp8_update_dimensions() 1191 mb->mv = mb->bmv[decode_splitmvs(s, c, mb, layout, IS_VP8) - 1]; in vp8_decode_mvs() 1441 token_prob, qmul, ff_zigzag_scan, IS_VP8); in vp8_decode_block_coeffs_internal() 2328 return vp78_decode_mv_mb_modes(avctx, cur_frame, prev_frame, IS_VP8); in vp8_decode_mv_mb_modes() 2624 return vp78_decode_mb_row_sliced(avctx, tdata, jobnr, threadnr, IS_VP8); in vp8_decode_mb_row_sliced() 2817 return vp78_decode_frame(avctx, frame, got_frame, avpkt, IS_VP8); in ff_vp8_decode_frame() 2897 return vp78_decode_init(avctx, IS_VP8); in ff_vp8_decode_init()
|
D | vp8dsp.c | 308 filter_common(p, stride, is4tap, IS_VP8); in vp8_filter_common()
|