Searched refs:VP8_LF_UV (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/aarch64/ |
D | vp8dsp.h | 30 #define VP8_LF_UV(hv, inner, opt) \ macro 45 VP8_LF_UV(h, inner, opt); \ 46 VP8_LF_UV(v, inner, opt)
|
/third_party/ffmpeg/libavcodec/arm/ |
D | vp8dsp.h | 35 #define VP8_LF_UV(hv, inner, opt) \ macro 50 VP8_LF_UV(h, inner, opt); \ 51 VP8_LF_UV(v, inner, opt)
|