HomeSort by relevance Sort by last modified time
    Searched defs:c10 (Results 1 - 3 of 3) sorted by null

  /external/opencore/codecs_v2/video/avc_h264/dec/src/
itrans.cpp 252 int c00, c01, c10, c11; local
258 c10 = block[64] + block[68];
261 f0 = c00 + c10;
263 f2 = c00 - c10;
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
itrans.cpp 251 int c00, c01, c10, c11; local
257 c10 = block[64] + block[68];
260 f0 = c00 + c10;
262 f2 = c00 - c10;
  /external/skia/src/core/
SkFilterProc.cpp 66 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
69 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
74 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
79 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
85 static unsigned bilerp4_10(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
86 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c10)) >> 2;
87 uint32_t hi = (3 * HI_PAIR(c00) + HI_PAIR(c10)) >> 2;
90 static unsigned bilerp4_11(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
91 uint32_t lo = (9 * LO_PAIR(c00) + 3 * (LO_PAIR(c01) + LO_PAIR(c10)) + LO_PAIR(c11)) >> 4;
92 uint32_t hi = (9 * HI_PAIR(c00) + 3 * (HI_PAIR(c01) + HI_PAIR(c10)) + HI_PAIR(c11)) >> 4
189 uint32_t c10 = *a10; local
197 uint32_t c10 = *a10; local
206 uint32_t c10 = *a10; local
215 uint32_t c10 = *a10; local
224 uint32_t c10 = *a10; local
232 uint32_t c10 = *a10; local
241 uint32_t c10 = *a10; local
250 uint32_t c10 = *a10; local
259 uint32_t c10 = *a10; local
267 uint32_t c10 = *a10; local
276 uint32_t c10 = *a10; local
285 uint32_t c10 = *a10; local
    [all...]

Completed in 71 milliseconds