Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/libyuv/source/
Dscale_any.cc22 #define CANY(NAMEANY, TERP_SIMD, TERP_C, BPP, MASK) \ argument
29 TERP_C(dst_ptr + n * BPP, src_ptr, \
/external/libvpx/libvpx/third_party/libyuv/source/
Dscale_any.cc22 #define CANY(NAMEANY, TERP_SIMD, TERP_C, BPP, MASK) \ argument
30 TERP_C(dst_ptr + n * BPP, src_ptr, r, x + n * dx, dx); \
/external/libyuv/files/source/
Dscale_any.cc24 #define CANY(NAMEANY, TERP_SIMD, TERP_C, BPP, MASK) \ argument
32 TERP_C(dst_ptr + n * BPP, src_ptr, r, x + n * dx, dx); \