Searched refs:rd_best (Results 1 – 1 of 1) sorted by relevance
920 VP8ModeScore* rd_best = rd; in PickBestIntra16() local945 if (mode == 0 || rd_cur->score < rd_best->score) { in PickBestIntra16()946 SwapModeScore(&rd_cur, &rd_best); in PickBestIntra16()950 if (rd_best != rd) { in PickBestIntra16()951 memcpy(rd, rd_best, sizeof(*rd)); in PickBestIntra16()984 VP8ModeScore rd_best; in PickBestIntra4() local990 InitScore(&rd_best); in PickBestIntra4()991 rd_best.H = 211; // '211' is the value of VP8BitCost(0, 145) in PickBestIntra4()992 SetRDScore(dqm->lambda_mode_, &rd_best); in PickBestIntra4()1040 memcpy(rd_best.y_ac_levels[it->i4_], tmp_levels, in PickBestIntra4()[all …]