Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dsp/
Denc_neon.c33 const int16_t kC1C2[] = { 20091, 17734, 0, 0 }; // kC1 / (kC2 >> 1) / 0 / 0 in ITransformOne() local
139 : [kBPS] "r"(kBPS), [kC1C2] "r"(kC1C2), [ref] "r"(ref) // constants in ITransformOne()
/external/webp/src/dsp/
Denc_neon.c133 const int16_t kC1C2[] = { kC1, kC2, 0, 0 }; in ITransformOne() local
239 : [kBPS] "r"(kBPS), [kC1C2] "r"(kC1C2), [ref] "r"(ref) // constants in ITransformOne()