Searched defs:vp7 (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp8.c | 44 #define VPX(vp7, f) (vp7 ? vp7_ ## f : vp8_ ## f) argument 46 #define VPX(vp7, f) vp7_ ## f argument 48 #define VPX(vp7, f) vp8_ ## f argument 861 static av_always_inline int read_mv_component(VP56RangeCoder *c, const uint8_t *p, int vp7) in read_mv_component() 1339 const uint8_t scan[16], int vp7) in decode_block_coeffs_internal() 1458 const uint8_t scan[16], int vp7) in decode_block_coeffs() 1600 int check_tm_pred8x8_mode(int mode, int mb_x, int mb_y, int vp7) in check_tm_pred8x8_mode() 1609 int check_intra_pred8x8_mode_emuedge(int mode, int mb_x, int mb_y, int vp7) in check_intra_pred8x8_mode_emuedge() 1625 int check_tm_pred4x4_mode(int mode, int mb_x, int mb_y, int vp7) in check_tm_pred4x4_mode() 1636 int *copy_buf, int vp7) in check_intra_pred4x4_mode_emuedge()
|
D | vp8dsp.c | 145 MK_IDCT_DC_ADD4_C(vp7) in MK_IDCT_DC_ADD4_C() argument 687 LOOP_FILTERS(vp7) in LOOP_FILTERS() argument
|
D | vp8.h | 322 int vp7; member
|