Searched refs:rd_best (Results 1 – 1 of 1) sorted by relevance
989 VP8ModeScore* rd_best = rd; in PickBestIntra16() local1019 if (mode == 0 || rd_cur->score < rd_best->score) { in PickBestIntra16()1020 SwapModeScore(&rd_cur, &rd_best); in PickBestIntra16()1024 if (rd_best != rd) { in PickBestIntra16()1025 memcpy(rd, rd_best, sizeof(*rd)); in PickBestIntra16()1058 VP8ModeScore rd_best; in PickBestIntra4() local1064 InitScore(&rd_best); in PickBestIntra4()1065 rd_best.H = 211; // '211' is the value of VP8BitCost(0, 145) in PickBestIntra4()1066 SetRDScore(dqm->lambda_mode_, &rd_best); in PickBestIntra4()1115 memcpy(rd_best.y_ac_levels[it->i4_], tmp_levels, in PickBestIntra4()[all …]