Searched defs:VP8PredLuma4 (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/dsp/
H A Ddec.c416 VP8PredFunc VP8PredLuma4[NUM_BMODES]; variable
780 VP8PredLuma4[0] = DC4_C;
781 VP8PredLuma4[1] = TM4_C;
782 VP8PredLuma4[2] = VE4_C;
783 VP8PredLuma4[4] = RD4_C;
784 VP8PredLuma4[6] = LD4_C;
787 VP8PredLuma4[3] = HE4_C;
788 VP8PredLuma4[5] = VR4_C;
789 VP8PredLuma4[7] = VL4_C;
790 VP8PredLuma4[
[all...]

Completed in 45 milliseconds