Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp8dsp.h106 #define IS_VP8 0 macro
Dvp8.c259 return update_dimensions(s, width, height, IS_VP8); in vp8_update_dimensions()
1187 mb->mv = mb->bmv[decode_splitmvs(s, c, mb, layout, IS_VP8) - 1]; in vp8_decode_mvs()
1437 token_prob, qmul, ff_zigzag_scan, IS_VP8); in vp8_decode_block_coeffs_internal()
2324 return vp78_decode_mv_mb_modes(avctx, cur_frame, prev_frame, IS_VP8); in vp8_decode_mv_mb_modes()
2620 return vp78_decode_mb_row_sliced(avctx, tdata, jobnr, threadnr, IS_VP8); in vp8_decode_mb_row_sliced()
2813 return vp78_decode_frame(avctx, data, got_frame, avpkt, IS_VP8); in ff_vp8_decode_frame()
2896 return vp78_decode_init(avctx, IS_VP8); in ff_vp8_decode_init()
Dvp8dsp.c306 filter_common(p, stride, is4tap, IS_VP8); in vp8_filter_common()