Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp8dsp.h105 #define IS_VP7 1 macro
Dvp8.c254 return update_dimensions(s, width, height, IS_VP7); in vp7_update_dimensions()
1087 mb->mv = mb->bmv[decode_splitmvs(s, c, mb, layout, IS_VP7) - 1]; in vp7_decode_mvs()
1426 token_prob, qmul, scan, IS_VP7); in vp7_decode_block_coeffs_internal()
2318 return vp78_decode_mv_mb_modes(avctx, cur_frame, prev_frame, IS_VP7); in vp7_decode_mv_mb_modes()
2614 return vp78_decode_mb_row_sliced(avctx, tdata, jobnr, threadnr, IS_VP7); in vp7_decode_mb_row_sliced()
2820 return vp78_decode_frame(avctx, data, got_frame, avpkt, IS_VP7); in vp7_decode_frame()
2890 return vp78_decode_init(avctx, IS_VP7); in vp7_decode_init()
Dvp8dsp.c300 filter_common(p, stride, is4tap, IS_VP7); in vp7_filter_common()