Home
last modified time | relevance | path

Searched refs:define_itxfm (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
Dvp9dsp_init_arm.c145 #define define_itxfm(type_a, type_b, sz) \ macro
151 define_itxfm(idct, idct, sz); \
152 define_itxfm(iadst, idct, sz); \
153 define_itxfm(idct, iadst, sz); \
154 define_itxfm(iadst, iadst, sz)
159 define_itxfm(idct, idct, 32);
160 define_itxfm(iwht, iwht, 4);
Dvp9dsp_init_16bpp_arm_template.c150 #define define_itxfm(type_a, type_b, sz, bpp) define_itxfm2(type_a, type_b, sz, bpp) macro
153 define_itxfm(idct, idct, sz, bpp); \
154 define_itxfm(iadst, idct, sz, bpp); \
155 define_itxfm(idct, iadst, sz, bpp); \
156 define_itxfm(iadst, iadst, sz, bpp)
161 define_itxfm(idct, idct, 32, BPP);
162 define_itxfm(iwht, iwht, 4, BPP);
/third_party/ffmpeg/libavcodec/aarch64/
Dvp9dsp_init_aarch64.c158 #define define_itxfm(type_a, type_b, sz) \ macro
164 define_itxfm(idct, idct, sz); \
165 define_itxfm(iadst, idct, sz); \
166 define_itxfm(idct, iadst, sz); \
167 define_itxfm(iadst, iadst, sz)
172 define_itxfm(idct, idct, 32);
173 define_itxfm(iwht, iwht, 4);
Dvp9dsp_init_16bpp_aarch64_template.c166 #define define_itxfm(type_a, type_b, sz, bpp) define_itxfm2(type_a, type_b, sz, bpp) macro
169 define_itxfm(idct, idct, sz, bpp); \
170 define_itxfm(iadst, idct, sz, bpp); \
171 define_itxfm(idct, iadst, sz, bpp); \
172 define_itxfm(iadst, iadst, sz, bpp)
177 define_itxfm(idct, idct, 32, BPP);
178 define_itxfm(iwht, iwht, 4, BPP);