Searched refs:VP8EncQuantizeBlockWHT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Ddsp.h118 extern VP8QuantizeBlockWHT VP8EncQuantizeBlockWHT;
H A Denc.c687 VP8QuantizeBlockWHT VP8EncQuantizeBlockWHT; variable
714 VP8EncQuantizeBlockWHT = QuantizeBlockWHT;
H A Denc_sse2.c970 VP8EncQuantizeBlockWHT = QuantizeBlockWHT;
/external/webp/src/dsp/
H A Ddsp.h118 extern VP8QuantizeBlockWHT VP8EncQuantizeBlockWHT;
H A Denc.c687 VP8QuantizeBlockWHT VP8EncQuantizeBlockWHT; variable
714 VP8EncQuantizeBlockWHT = QuantizeBlockWHT;
H A Denc_sse2.c970 VP8EncQuantizeBlockWHT = QuantizeBlockWHT;
/external/chromium_org/third_party/libwebp/enc/
H A Dquant.c732 nz |= VP8EncQuantizeBlockWHT(dc_tmp, rd->y_dc_levels, &dqm->y2_) << 24;
/external/webp/src/enc/
H A Dquant.c732 nz |= VP8EncQuantizeBlockWHT(dc_tmp, rd->y_dc_levels, &dqm->y2_) << 24;

Completed in 1214 milliseconds