Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dquant_enc.c1065 VP8ModeScore rd_i4; in PickBestIntra4() local
1073 InitScore(&rd_i4); in PickBestIntra4()
1099 if (best_mode >= 0 && rd_tmp.score >= rd_i4.score) continue; in PickBestIntra4()
1105 if (best_mode < 0 || rd_tmp.score < rd_i4.score) { in PickBestIntra4()
1106 CopyScore(&rd_i4, &rd_tmp); in PickBestIntra4()
1113 SetRDScore(dqm->lambda_mode_, &rd_i4); in PickBestIntra4()
1114 AddScore(&rd_best, &rd_i4); in PickBestIntra4()
1118 total_header_bits += (int)rd_i4.H; // <- equal to mode_costs[best_mode]; in PickBestIntra4()
1127 it->top_nz_[it->i4_ & 3] = it->left_nz_[it->i4_ >> 2] = (rd_i4.nz ? 1 : 0); in PickBestIntra4()

Completed in 5 milliseconds