Home
last modified time | relevance | path

Searched refs:best_mode (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
Danalysis_enc.c234 int best_mode = 0; in MBAnalyzeBestIntra16Mode() local
248 best_mode = mode; in MBAnalyzeBestIntra16Mode()
251 VP8SetIntra16Mode(it, best_mode); in MBAnalyzeBestIntra16Mode()
281 int best_mode = 0; in MBAnalyzeBestUVMode() local
300 best_mode = mode; in MBAnalyzeBestUVMode()
303 VP8SetIntraUVMode(it, best_mode); in MBAnalyzeBestUVMode()
Dquant_enc.c1072 int best_mode = -1; in PickBestIntra4() local
1105 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() local
1253 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 …]
Dpredictor_enc.c333 int best_mode = 0; in GetBestPredictorForTile() local
396 best_mode = mode; in GetBestPredictorForTile()
406 return best_mode; in GetBestPredictorForTile()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Danalysis_enc.c244 int best_mode = 0; in MBAnalyzeBestIntra16Mode() local
258 best_mode = mode; in MBAnalyzeBestIntra16Mode()
261 VP8SetIntra16Mode(it, best_mode); in MBAnalyzeBestIntra16Mode()
334 int best_mode = 0; in MBAnalyzeBestUVMode() local
353 best_mode = mode; in MBAnalyzeBestUVMode()
356 VP8SetIntraUVMode(it, best_mode); in MBAnalyzeBestUVMode()
Dquant_enc.c1072 int best_mode = -1; in PickBestIntra4() local
1105 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() local
1253 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 …]
Dpredictor_enc.c333 int best_mode = 0; in GetBestPredictorForTile() local
396 best_mode = mode; in GetBestPredictorForTile()
406 return best_mode; in GetBestPredictorForTile()
/third_party/uboot/u-boot-2020.01/include/
Dmmc.h670 enum bus_mode best_mode; /* best mode is the supported mode with the member
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmmc.c2576 mmc->best_mode = mmc->selected_mode; in mmc_startup()