Lines Matching refs:y_ac_levels
108 printf("%4d ", rd->y_ac_levels[j][i]); in PrintBlockInfo()
779 TrellisQuantizeBlock(enc, tmp[n], rd->y_ac_levels[n], ctx, 0, in ReconstructIntra16()
782 rd->y_ac_levels[n][0] = 0; in ReconstructIntra16()
791 nz |= VP8EncQuantize2Blocks(tmp[n], rd->y_ac_levels[n], &dqm->y1_) << n; in ReconstructIntra16()
792 assert(rd->y_ac_levels[n + 0][0] == 0); in ReconstructIntra16()
793 assert(rd->y_ac_levels[n + 1][0] == 0); in ReconstructIntra16()
1009 is_flat = IsFlat(rd_cur->y_ac_levels[0], kNumBlocks, FLATNESS_LIMIT_I16); in PickBestIntra16()
1115 memcpy(rd_best.y_ac_levels[it->i4_], tmp_levels, in PickBestIntra4()
1116 sizeof(rd_best.y_ac_levels[it->i4_])); in PickBestIntra4()
1140 memcpy(rd->y_ac_levels, rd_best.y_ac_levels, sizeof(rd->y_ac_levels)); in PickBestIntra4()
1213 nz |= ReconstructIntra4(it, rd->y_ac_levels[it->i4_], in SimpleQuantize()
1299 nz |= ReconstructIntra4(it, rd->y_ac_levels[it->i4_], in RefineUsingDistortion()