Home
last modified time | relevance | path

Searched refs:DC16NoTopLeft (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dsp/
Ddec.c233 static void DC16NoTopLeft(uint8_t* dst) { // DC with no top and left samples in DC16NoTopLeft() function
749 VP8PredLuma16[6] = DC16NoTopLeft; in VP8DspInit()
Ddec_sse2.c1109 static void DC16NoTopLeft(uint8_t* dst) { // DC with no top and left samples in DC16NoTopLeft() function
1216 VP8PredLuma16[6] = DC16NoTopLeft; in VP8DspInitSSE2()
Ddec_msa.c862 static void DC16NoTopLeft(uint8_t* dst) { // DC with nothing in DC16NoTopLeft() function
1005 VP8PredLuma16[6] = DC16NoTopLeft; in VP8DspInitMSA()
Denc_sse2.c678 static WEBP_INLINE void DC16NoTopLeft(uint8_t* dst) { in DC16NoTopLeft() function
693 DC16NoTopLeft(dst); in DC16Mode()
Ddec_neon.c1548 static void DC16NoTopLeft(uint8_t* dst) { DC16(dst, 0, 0); } in DC16NoTopLeft() function
1624 VP8PredLuma16[6] = DC16NoTopLeft; in VP8DspInitNEON()