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

  /external/chromium_org/third_party/libwebp/dsp/
dsp.h 118 extern VP8QuantizeBlockWHT VP8EncQuantizeBlockWHT;
enc.c 687 VP8QuantizeBlockWHT VP8EncQuantizeBlockWHT;
714 VP8EncQuantizeBlockWHT = QuantizeBlockWHT;
enc_sse2.c     [all...]
  /external/webp/src/dsp/
dsp.h 118 extern VP8QuantizeBlockWHT VP8EncQuantizeBlockWHT;
enc.c 687 VP8QuantizeBlockWHT VP8EncQuantizeBlockWHT;
714 VP8EncQuantizeBlockWHT = QuantizeBlockWHT;
enc_sse2.c     [all...]
  /external/chromium_org/third_party/libwebp/enc/
quant.c 732 nz |= VP8EncQuantizeBlockWHT(dc_tmp, rd->y_dc_levels, &dqm->y2_) << 24;
    [all...]
  /external/webp/src/enc/
quant.c 732 nz |= VP8EncQuantizeBlockWHT(dc_tmp, rd->y_dc_levels, &dqm->y2_) << 24;
    [all...]

Completed in 109 milliseconds