HomeSort by relevance Sort by last modified time
    Searched refs:VP8PredLuma4 (Results 1 - 7 of 7) sorted by null

  /external/webp/src/dsp/
dec.c 402 VP8PredFunc VP8PredLuma4[NUM_BMODES];
732 VP8PredLuma4[0] = DC4;
733 VP8PredLuma4[1] = TM4;
734 VP8PredLuma4[2] = VE4;
735 VP8PredLuma4[3] = HE4;
736 VP8PredLuma4[4] = RD4;
737 VP8PredLuma4[5] = VR4;
738 VP8PredLuma4[6] = LD4;
739 VP8PredLuma4[7] = VL4;
740 VP8PredLuma4[8] = HD4
    [all...]
dec_mips_dsp_r2.c     [all...]
dec_sse2.c     [all...]
dsp.h 303 extern VP8PredFunc VP8PredLuma4[/* NUM_BMODES */];
dec_msa.c     [all...]
dec_neon.c     [all...]
  /external/webp/src/dec/
frame_dec.c 146 VP8PredLuma4[block->imodes_[n]](dst);

Completed in 760 milliseconds