Searched defs:best_mode (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_denoiser.h | 53 PREDICTION_MODE best_mode; member
|
D | vp9_mbgraph.c | 131 PREDICTION_MODE best_mode = -1, mode; in find_best_16x16_intra() local
|
D | vp9_pickmode.c | 1293 TX_SIZE best_tx_size, PREDICTION_MODE best_mode, in vp9_pickmode_ctx_den_update() 1426 PREDICTION_MODE best_mode = ZEROMV; in vp9_pick_inter_mode() local
|
D | vp9_rdopt.c | 955 int col, PREDICTION_MODE *best_mode, in rd_pick_intra4x4block() 1202 PREDICTION_MODE best_mode = DC_PRED; in rd_pick_intra_sub_8x8_y_mode() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | pickinter.c | 247 B_PREDICTION_MODE *best_mode, in pick_intra4x4block() 303 B_PREDICTION_MODE best_mode = B_MODE_COUNT; in pick_intra4x4mby_modes() local 358 MB_PREDICTION_MODE best_mode = MB_MODE_COUNT; in pick_intra_mbuv_mode() local 1396 MB_PREDICTION_MODE mode, best_mode = DC_PRED; in vp8_pick_intra_mode() local
|
D | rdopt.c | 518 B_PREDICTION_MODE *best_mode, in rd_pick_intra4x4block() 611 B_PREDICTION_MODE best_mode = B_MODE_COUNT; in rd_pick_intra4x4mby_modes() local 1718 static void update_best_mode(BEST_MODE *best_mode, int this_rd, in update_best_mode() 1757 BEST_MODE best_mode; in vp8_rd_pick_inter_mode() local
|
/external/webp/src/enc/ |
D | analysis_enc.c | 244 int best_mode = 0; in MBAnalyzeBestIntra16Mode() local 334 int best_mode = 0; in MBAnalyzeBestUVMode() local
|
D | quant_enc.c | 998 int best_mode = -1; in PickBestIntra4() local 1161 int best_mode = -1; in RefineUsingDistortion() local 1227 int best_mode = -1; in RefineUsingDistortion() local
|
D | predictor_enc.c | 317 int best_mode = 0; in GetBestPredictorForTile() local
|