Searched refs:rd_best (Results 1 – 1 of 1) sorted by relevance
939 VP8ModeScore rd_best; in PickBestIntra4() local945 InitScore(&rd_best); in PickBestIntra4()946 rd_best.H = 211; // '211' is the value of VP8BitCost(0, 145) in PickBestIntra4()947 SetRDScore(dqm->lambda_mode_, &rd_best); in PickBestIntra4()985 memcpy(rd_best.y_ac_levels[it->i4_], tmp_levels, sizeof(tmp_levels)); in PickBestIntra4()989 AddScore(&rd_best, &rd_i4); in PickBestIntra4()990 if (rd_best.score >= rd->score) { in PickBestIntra4()1006 CopyScore(rd, &rd_best); in PickBestIntra4()1009 memcpy(rd->y_ac_levels, rd_best.y_ac_levels, sizeof(rd->y_ac_levels)); in PickBestIntra4()1022 VP8ModeScore rd_best; in PickBestUV() local[all …]