Searched defs:do_two (Results 1 - 12 of 12) sorted by relevance

/external/webp/src/dsp/
H A Ddec_mips32.c551 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { argument
553 if (do_two) {
H A Denc_mips32.c149 uint8_t* dst, int do_two) {
151 if (do_two) {
148 ITransform_MIPS32(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
H A Ddec_mips_dsp_r2.c153 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { argument
155 if (do_two) {
H A Ddec.c99 static void TransformTwo_C(const int16_t* in, uint8_t* dst, int do_two) { argument
101 if (do_two) {
H A Denc.c150 int do_two) {
152 if (do_two) {
149 ITransform_C(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
H A Denc_mips_dsp_r2.c243 uint8_t* dst, int do_two) {
245 if (do_two) {
242 ITransform_MIPSdspR2(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
H A Ddec_msa.c70 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { argument
72 if (do_two) {
H A Denc_msa.c73 int do_two) {
75 if (do_two) {
72 ITransform_MSA(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
H A Denc_neon.c250 const int16_t* in, uint8_t* dst, int do_two) {
252 if (do_two) {
249 ITransform_NEON(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
H A Ddec_neon.c1186 static void TransformTwo_NEON(const int16_t* in, uint8_t* dst, int do_two) { argument
1188 if (do_two) {
H A Ddec_sse2.c33 static void Transform_SSE2(const int16_t* in, uint8_t* dst, int do_two) { argument
67 if (do_two) {
153 if (do_two) {
182 if (do_two) {
H A Denc_sse2.c30 int do_two) {
65 if (do_two) {
151 if (do_two) {
180 if (do_two) {
29 ITransform_SSE2(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument

Completed in 782 milliseconds