Home
last modified time | relevance | path

Searched defs:c11 (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkFilterProc.cpp66 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_00()
69 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_01()
74 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_02()
79 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_03()
85 static unsigned bilerp4_10(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_10()
90 static unsigned bilerp4_11(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_11()
95 static unsigned bilerp4_12(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_12()
100 static unsigned bilerp4_13(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_13()
106 static unsigned bilerp4_20(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_20()
111 static unsigned bilerp4_21(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_21()
[all …]
/external/opencore/codecs_v2/video/avc_h264/dec/src/
Ditrans.cpp252 int c00, c01, c10, c11; in ChromaDCTrans() local