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

/external/opencv3/3rdparty/libwebp/dsp/
H A Ddec_neon.c312 static void TransformTwoNEON(const int16_t* in, uint8_t* dst, int do_two) { argument
314 if (do_two) {
H A Denc_neon.c145 const int16_t* in, uint8_t* dst, int do_two) {
147 if (do_two) {
144 ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
H A Ddec.c108 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { argument
110 if (do_two) {
H A Ddec_sse2.c29 static void TransformSSE2(const int16_t* in, uint8_t* dst, int do_two) { argument
63 if (do_two) {
202 if (do_two) {
231 if (do_two) {
H A Denc.c128 int do_two) {
130 if (do_two) {
127 ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
H A Denc_sse2.c106 int do_two) {
141 if (do_two) {
280 if (do_two) {
309 if (do_two) {
105 ITransformSSE2(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
/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.c148 uint8_t* dst, int do_two) {
150 if (do_two) {
147 ITransform(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.c95 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { argument
97 if (do_two) {
H A Denc.c144 int do_two) {
146 if (do_two) {
143 ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
H A Denc_mips_dsp_r2.c242 int do_two) {
244 if (do_two) {
241 ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
H A Denc_neon.c247 const int16_t* in, uint8_t* dst, int do_two) {
249 if (do_two) {
246 ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
H A Ddec_neon.c1173 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { argument
1175 if (do_two) {
H A Ddec_sse2.c29 static void Transform(const int16_t* in, uint8_t* dst, int do_two) { argument
63 if (do_two) {
202 if (do_two) {
231 if (do_two) {
H A Denc_sse2.c57 int do_two) {
92 if (do_two) {
231 if (do_two) {
260 if (do_two) {
56 ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument

Completed in 173 milliseconds