Searched defs:vp7 (Results 1 – 3 of 3) sorted by relevance
| /third_party/ffmpeg/libavcodec/ |
| D | vp8.c | 48 #define VPX(vp7, f) (vp7 ? vp7_ ## f : vp8_ ## f) argument 50 #define VPX(vp7, f) vp7_ ## f argument 52 #define VPX(vp7, f) vp8_ ## f argument 865 static av_always_inline int read_mv_component(VP56RangeCoder *c, const uint8_t *p, int vp7) in read_mv_component() 1343 const uint8_t scan[16], int vp7) in decode_block_coeffs_internal() 1462 const uint8_t scan[16], int vp7) in decode_block_coeffs() 1604 int check_tm_pred8x8_mode(int mode, int mb_x, int mb_y, int vp7) in check_tm_pred8x8_mode() 1613 int check_intra_pred8x8_mode_emuedge(int mode, int mb_x, int mb_y, int vp7) in check_intra_pred8x8_mode_emuedge() 1629 int check_tm_pred4x4_mode(int mode, int mb_x, int mb_y, int vp7) in check_tm_pred4x4_mode() 1640 int *copy_buf, int vp7) in check_intra_pred4x4_mode_emuedge()
|
| D | vp8dsp.c | 147 MK_IDCT_DC_ADD4_C(vp7) in MK_IDCT_DC_ADD4_C() argument 690 LOOP_FILTERS(vp7) in LOOP_FILTERS() argument
|
| D | vp8.h | 322 int vp7; member
|