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

  /external/webp/src/dsp/
dsp.h 173 extern VP8QuantizeBlockWHT VP8EncQuantizeBlockWHT;
enc_sse41.c 364 VP8EncQuantizeBlockWHT = QuantizeBlockWHT;
enc.c 725 VP8QuantizeBlockWHT VP8EncQuantizeBlockWHT;
762 VP8EncQuantizeBlockWHT = QuantizeBlockWHT;
enc_sse2.c     [all...]
  /external/webp/src/enc/
quant.c 753 nz |= VP8EncQuantizeBlockWHT(dc_tmp, rd->y_dc_levels, &dqm->y2_) << 24;
    [all...]

Completed in 41 milliseconds