Home
last modified time | relevance | path

Searched refs:VP8PredLuma16 (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/dsp/
Ddec.c247 VP8PredFunc VP8PredLuma16[NUM_B_DC_MODES]; variable
794 VP8PredLuma16[0] = DC16_C; in VP8DspInit()
795 VP8PredLuma16[1] = TM16_C; in VP8DspInit()
796 VP8PredLuma16[2] = VE16_C; in VP8DspInit()
797 VP8PredLuma16[3] = HE16_C; in VP8DspInit()
798 VP8PredLuma16[4] = DC16NoTop_C; in VP8DspInit()
799 VP8PredLuma16[5] = DC16NoLeft_C; in VP8DspInit()
800 VP8PredLuma16[6] = DC16NoTopLeft_C; in VP8DspInit()
877 assert(VP8PredLuma16[0] != NULL); in VP8DspInit()
878 assert(VP8PredLuma16[1] != NULL); in VP8DspInit()
[all …]
Ddec_sse41.c39 VP8PredLuma16[3] = HE16_SSE41; in VP8DspInitSSE41()
Ddec_sse2.c1207 VP8PredLuma16[0] = DC16_SSE2; in VP8DspInitSSE2()
1208 VP8PredLuma16[1] = TM16_SSE2; in VP8DspInitSSE2()
1209 VP8PredLuma16[2] = VE16_SSE2; in VP8DspInitSSE2()
1210 VP8PredLuma16[3] = HE16_SSE2; in VP8DspInitSSE2()
1211 VP8PredLuma16[4] = DC16NoTop_SSE2; in VP8DspInitSSE2()
1212 VP8PredLuma16[5] = DC16NoLeft_SSE2; in VP8DspInitSSE2()
1213 VP8PredLuma16[6] = DC16NoTopLeft_SSE2; in VP8DspInitSSE2()
Ddec_msa.c1000 VP8PredLuma16[0] = DC16; in VP8DspInitMSA()
1001 VP8PredLuma16[1] = TM16; in VP8DspInitMSA()
1002 VP8PredLuma16[2] = VE16; in VP8DspInitMSA()
1003 VP8PredLuma16[3] = HE16; in VP8DspInitMSA()
1004 VP8PredLuma16[4] = DC16NoTop; in VP8DspInitMSA()
1005 VP8PredLuma16[5] = DC16NoLeft; in VP8DspInitMSA()
1006 VP8PredLuma16[6] = DC16NoTopLeft; in VP8DspInitMSA()
Ddec_neon.c1631 VP8PredLuma16[0] = DC16TopLeft_NEON; in VP8DspInitNEON()
1632 VP8PredLuma16[1] = TM16_NEON; in VP8DspInitNEON()
1633 VP8PredLuma16[2] = VE16_NEON; in VP8DspInitNEON()
1634 VP8PredLuma16[3] = HE16_NEON; in VP8DspInitNEON()
1635 VP8PredLuma16[4] = DC16NoTop_NEON; in VP8DspInitNEON()
1636 VP8PredLuma16[5] = DC16NoLeft_NEON; in VP8DspInitNEON()
1637 VP8PredLuma16[6] = DC16NoTopLeft_NEON; in VP8DspInitNEON()
Ddsp.h346 extern VP8PredFunc VP8PredLuma16[/* NUM_B_DC_MODES */];
Ddec_mips_dsp_r2.c987 VP8PredLuma16[1] = TrueMotion16; in VP8DspInitMIPSdspR2()
/external/webp/src/dec/
Dframe_dec.c151 VP8PredLuma16[pred_func](y_dst); in ReconstructRow()