Searched refs:kNumBlocks (Results 1 – 2 of 2) sorted by relevance
31 const int kNumBlocks = 25; variable86 for (int i = 0; i < kNumBlocks * kNumBlockEntries; ++i) { in FillCoeffConstant()92 for (int i = 0; i < kNumBlocks * kNumBlockEntries; ++i) { in FillCoeffRandom()99 sizeof(*macroblockd_dst_->qcoeff) * kNumBlocks * in CheckOutput()103 sizeof(*macroblockd_dst_->dqcoeff) * kNumBlocks * in CheckOutput()107 sizeof(*macroblockd_dst_->eobs) * kNumBlocks)) in CheckOutput()128 for (int i = 0; i < kNumBlocks; ++i) { in RunComparison()
869 const int kNumBlocks = 16; in PickBestIntra16() local892 IsFlat(rd16.y_ac_levels[0], kNumBlocks, FLATNESS_LIMIT_I16)) { in PickBestIntra16()894 rd16.R += FLATNESS_PENALTY * kNumBlocks; in PickBestIntra16()950 const int kNumBlocks = 1; in PickBestIntra4() local976 if (mode > 0 && IsFlat(tmp_levels, kNumBlocks, FLATNESS_LIMIT_I4)) { in PickBestIntra4()977 rd_tmp.R += FLATNESS_PENALTY * kNumBlocks; in PickBestIntra4()1016 const int kNumBlocks = 8; in PickBestUV() local1038 if (mode > 0 && IsFlat(rd_uv.uv_levels[0], kNumBlocks, FLATNESS_LIMIT_UV)) { in PickBestUV()1039 rd_uv.R += FLATNESS_PENALTY * kNumBlocks; in PickBestUV()