Lines Matching refs:best_mode
1067 int best_mode = -1; in PickBestIntra4() local
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()
1107 best_mode = mode; in PickBestIntra4()
1126 rd->modes_i4[it->i4_] = best_mode; in PickBestIntra4()
1236 int best_mode = -1; in RefineUsingDistortion() local
1246 best_mode = mode; in RefineUsingDistortion()
1250 VP8SetIntra16Mode(it, best_mode); in RefineUsingDistortion()
1302 int best_mode = -1; in RefineUsingDistortion() local
1310 best_mode = mode; in RefineUsingDistortion()
1314 VP8SetIntraUVMode(it, best_mode); in RefineUsingDistortion()