Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dquant_enc.c1070 VP8ModeScore rd_i4; in PickBestIntra4() local
1078 InitScore(&rd_i4); in PickBestIntra4()
1105 if (best_mode >= 0 && rd_tmp.score >= rd_i4.score) continue; in PickBestIntra4()
1111 if (best_mode < 0 || rd_tmp.score < rd_i4.score) { in PickBestIntra4()
1112 CopyScore(&rd_i4, &rd_tmp); in PickBestIntra4()
1119 SetRDScore(dqm->lambda_mode_, &rd_i4); in PickBestIntra4()
1120 AddScore(&rd_best, &rd_i4); in PickBestIntra4()
1124 total_header_bits += (int)rd_i4.H; // <- equal to mode_costs[best_mode]; in PickBestIntra4()
1133 it->top_nz_[it->i4_ & 3] = it->left_nz_[it->i4_ >> 2] = (rd_i4.nz ? 1 : 0); in PickBestIntra4()