Searched refs:dc_tmp (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libwebp/enc/ |
D | quant.c | 657 int16_t tmp[16][16], dc_tmp[16]; in ReconstructIntra16() local 662 VP8FTransformWHT(tmp[0], dc_tmp); in ReconstructIntra16() 663 nz |= VP8EncQuantizeBlock(dc_tmp, rd->y_dc_levels, 0, &dqm->y2_) << 24; in ReconstructIntra16() 685 VP8ITransformWHT(dc_tmp, tmp[0]); in ReconstructIntra16()
|
/external/webp/src/enc/ |
D | quant.c | 747 int16_t tmp[16][16], dc_tmp[16]; in ReconstructIntra16() local 752 VP8FTransformWHT(tmp[0], dc_tmp); in ReconstructIntra16() 753 nz |= VP8EncQuantizeBlockWHT(dc_tmp, rd->y_dc_levels, &dqm->y2_) << 24; in ReconstructIntra16() 781 VP8TransformWHT(dc_tmp, tmp[0]); in ReconstructIntra16()
|