Searched refs:best_mode (Results 1 – 8 of 8) sorted by relevance
234 int best_mode = 0; in MBAnalyzeBestIntra16Mode() local248 best_mode = mode; in MBAnalyzeBestIntra16Mode()251 VP8SetIntra16Mode(it, best_mode); in MBAnalyzeBestIntra16Mode()281 int best_mode = 0; in MBAnalyzeBestUVMode() local300 best_mode = mode; in MBAnalyzeBestUVMode()303 VP8SetIntraUVMode(it, best_mode); in MBAnalyzeBestUVMode()
1072 int best_mode = -1; in PickBestIntra4() local1105 if (best_mode >= 0 && rd_tmp.score >= rd_i4.score) continue; in PickBestIntra4()1111 if (best_mode < 0 || rd_tmp.score < rd_i4.score) { in PickBestIntra4()1113 best_mode = mode; in PickBestIntra4()1132 rd->modes_i4[it->i4_] = best_mode; in PickBestIntra4()1242 int best_mode = -1; in RefineUsingDistortion() local1253 best_mode = mode; in RefineUsingDistortion()1260 best_mode = (it->x_ == 0) ? 0 : 2; in RefineUsingDistortion()1264 VP8SetIntra16Mode(it, best_mode); in RefineUsingDistortion()1316 int best_mode = -1; in RefineUsingDistortion() local[all …]
333 int best_mode = 0; in GetBestPredictorForTile() local396 best_mode = mode; in GetBestPredictorForTile()406 return best_mode; in GetBestPredictorForTile()
244 int best_mode = 0; in MBAnalyzeBestIntra16Mode() local258 best_mode = mode; in MBAnalyzeBestIntra16Mode()261 VP8SetIntra16Mode(it, best_mode); in MBAnalyzeBestIntra16Mode()334 int best_mode = 0; in MBAnalyzeBestUVMode() local353 best_mode = mode; in MBAnalyzeBestUVMode()356 VP8SetIntraUVMode(it, best_mode); in MBAnalyzeBestUVMode()
670 enum bus_mode best_mode; /* best mode is the supported mode with the member
2576 mmc->best_mode = mmc->selected_mode; in mmc_startup()