Home
last modified time | relevance | path

Searched refs:VP8PredLuma4 (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/dsp/
Ddec.c416 VP8PredFunc VP8PredLuma4[NUM_BMODES]; variable
775 VP8PredLuma4[0] = DC4_C; in WEBP_DSP_INIT_FUNC()
776 VP8PredLuma4[1] = TM4_C; in WEBP_DSP_INIT_FUNC()
777 VP8PredLuma4[2] = VE4_C; in WEBP_DSP_INIT_FUNC()
778 VP8PredLuma4[4] = RD4_C; in WEBP_DSP_INIT_FUNC()
779 VP8PredLuma4[6] = LD4_C; in WEBP_DSP_INIT_FUNC()
782 VP8PredLuma4[3] = HE4_C; in WEBP_DSP_INIT_FUNC()
783 VP8PredLuma4[5] = VR4_C; in WEBP_DSP_INIT_FUNC()
784 VP8PredLuma4[7] = VL4_C; in WEBP_DSP_INIT_FUNC()
785 VP8PredLuma4[8] = HD4_C; in WEBP_DSP_INIT_FUNC()
[all …]
Ddec_mips_dsp_r2.c976 VP8PredLuma4[0] = DC4; in VP8DspInitMIPSdspR2()
977 VP8PredLuma4[1] = TrueMotion4; in VP8DspInitMIPSdspR2()
978 VP8PredLuma4[2] = VE4; in VP8DspInitMIPSdspR2()
979 VP8PredLuma4[4] = RD4; in VP8DspInitMIPSdspR2()
980 VP8PredLuma4[6] = LD4; in VP8DspInitMIPSdspR2()
Ddec_sse2.c1200 VP8PredLuma4[1] = TM4_SSE2; in VP8DspInitSSE2()
1201 VP8PredLuma4[2] = VE4_SSE2; in VP8DspInitSSE2()
1202 VP8PredLuma4[4] = RD4_SSE2; in VP8DspInitSSE2()
1203 VP8PredLuma4[5] = VR4_SSE2; in VP8DspInitSSE2()
1204 VP8PredLuma4[6] = LD4_SSE2; in VP8DspInitSSE2()
1205 VP8PredLuma4[7] = VL4_SSE2; in VP8DspInitSSE2()
Ddec_msa.c995 VP8PredLuma4[0] = DC4; in VP8DspInitMSA()
996 VP8PredLuma4[1] = TM4; in VP8DspInitMSA()
997 VP8PredLuma4[2] = VE4; in VP8DspInitMSA()
998 VP8PredLuma4[4] = RD4; in VP8DspInitMSA()
999 VP8PredLuma4[6] = LD4; in VP8DspInitMSA()
Ddec_neon.c1636 VP8PredLuma4[0] = DC4_NEON; in VP8DspInitNEON()
1637 VP8PredLuma4[1] = TM4_NEON; in VP8DspInitNEON()
1638 VP8PredLuma4[2] = VE4_NEON; in VP8DspInitNEON()
1639 VP8PredLuma4[4] = RD4_NEON; in VP8DspInitNEON()
1640 VP8PredLuma4[6] = LD4_NEON; in VP8DspInitNEON()
Ddsp.h393 extern VP8PredFunc VP8PredLuma4[/* NUM_BMODES */];
/external/webp/src/dec/
Dframe_dec.c146 VP8PredLuma4[block->imodes_[n]](dst); in ReconstructRow()