Home
last modified time | relevance | path

Searched refs:kNumBlocks (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
Dquantize_test.cc31 const int kNumBlocks = 25; variable
86 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()
/external/webp/src/enc/
Dquant.c869 const int kNumBlocks = 16; in PickBestIntra16() local
892 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() local
976 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() local
1038 if (mode > 0 && IsFlat(rd_uv.uv_levels[0], kNumBlocks, FLATNESS_LIMIT_UV)) { in PickBestUV()
1039 rd_uv.R += FLATNESS_PENALTY * kNumBlocks; in PickBestUV()