Searched refs:dc_tmp (Results 1 – 1 of 1) sorted by relevance
764 int16_t tmp[16][16], dc_tmp[16]; in ReconstructIntra16() local769 VP8FTransformWHT(tmp[0], dc_tmp); in ReconstructIntra16()770 nz |= VP8EncQuantizeBlockWHT(dc_tmp, rd->y_dc_levels, &dqm->y2_) << 24; in ReconstructIntra16()798 VP8TransformWHT(dc_tmp, tmp[0]); in ReconstructIntra16()