Home
last modified time | relevance | path

Searched refs:CFL_SUBSAMPLE (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/
Dcfl.h91 #define CFL_SUBSAMPLE(arch, sub, bd, width, height) \ macro
100 CFL_SUBSAMPLE(arch, sub, bd, 4, 4) \
101 CFL_SUBSAMPLE(arch, sub, bd, 8, 8) \
102 CFL_SUBSAMPLE(arch, sub, bd, 16, 16) \
103 CFL_SUBSAMPLE(arch, sub, bd, 32, 32) \
104 CFL_SUBSAMPLE(arch, sub, bd, 4, 8) \
105 CFL_SUBSAMPLE(arch, sub, bd, 8, 4) \
106 CFL_SUBSAMPLE(arch, sub, bd, 8, 16) \
107 CFL_SUBSAMPLE(arch, sub, bd, 16, 8) \
108 CFL_SUBSAMPLE(arch, sub, bd, 16, 32) \
[all …]
/external/libaom/libaom/av1/common/x86/
Dcfl_avx2.c20 CFL_SUBSAMPLE(avx2, sub, bd, 32, 32) \
21 CFL_SUBSAMPLE(avx2, sub, bd, 32, 16) \
22 CFL_SUBSAMPLE(avx2, sub, bd, 32, 8) \