Searched defs:do_two (Results 1 - 12 of 12) sorted by relevance
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | enc_mips32.c | 148 ITransform_MIPS32(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) ITransform_MIPS32() argument
|
| H A D | dec_mips32.c | 551 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo() argument
|
| H A D | dec_mips_dsp_r2.c | 153 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo() argument
|
| H A D | enc_mips_dsp_r2.c | 242 ITransform_MIPSdspR2(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) ITransform_MIPSdspR2() argument
|
| H A D | dec.c | 99 static void TransformTwo_C(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo_C() argument
|
| H A D | enc.c | 149 ITransform_C(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) ITransform_C() argument
|
| H A D | dec_msa.c | 70 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo() argument
|
| H A D | dec_sse2.c | 33 static void Transform_SSE2(const int16_t* in, uint8_t* dst, int do_two) { in Transform_SSE2() argument
|
| H A D | enc_msa.c | 72 ITransform_MSA(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) ITransform_MSA() argument
|
| H A D | enc_neon.c | 249 ITransform_NEON(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) ITransform_NEON() argument
|
| H A D | dec_neon.c | 1186 static void TransformTwo_NEON(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo_NEON() argument
|
| H A D | enc_sse2.c | 29 ITransform_SSE2(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) ITransform_SSE2() argument
|
Completed in 28 milliseconds