Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec.c224 static void DC16NoLeft(uint8_t* dst) { // DC with left samples not available in DC16NoLeft() function
748 VP8PredLuma16[5] = DC16NoLeft; in VP8DspInit()
Denc_sse2.c667 static WEBP_INLINE void DC16NoLeft(uint8_t* dst, const uint8_t* top) { in DC16NoLeft() function
675 DC16NoLeft(dst, left); in DC16NoTop()
688 DC16NoLeft(dst, top); in DC16Mode()
Ddec_sse2.c1099 static void DC16NoLeft(uint8_t* dst) { // DC with left samples not available in DC16NoLeft() function
1215 VP8PredLuma16[5] = DC16NoLeft; in VP8DspInitSSE2()
Ddec_msa.c850 static void DC16NoLeft(uint8_t* dst) { // DC with left samples not available in DC16NoLeft() function
1004 VP8PredLuma16[5] = DC16NoLeft; in VP8DspInitMSA()
Ddec_neon.c1547 static void DC16NoLeft(uint8_t* dst) { DC16(dst, 1, 0); } in DC16NoLeft() function
1623 VP8PredLuma16[5] = DC16NoLeft; in VP8DspInitNEON()