Searched refs:best_mode (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.c | 634 B_PREDICTION_MODE *best_mode, in rd_pick_intra4x4block() argument 692 *best_mode = mode; in rd_pick_intra4x4block() 699 b->bmi.as_mode = *best_mode; in rd_pick_intra4x4block() 734 B_PREDICTION_MODE UNINITIALIZED_IS_SAFE(best_mode); in rd_pick_intra4x4mby_modes() 746 mb, mb->block + i, xd->block + i, &best_mode, bmode_costs, in rd_pick_intra4x4mby_modes() 754 mic->bmi[i].as_mode = best_mode; in rd_pick_intra4x4mby_modes() 1917 static void update_best_mode(BEST_MODE* best_mode, int this_rd, in update_best_mode() argument 1926 best_mode->yrd = RDCOST(x->rdmult, x->rddiv, (rd->rate2-rd->rate_uv-other_cost), in update_best_mode() 1929 best_mode->rd = this_rd; in update_best_mode() 1930 memcpy(&best_mode->mbmode, &x->e_mbd.mode_info_context->mbmi, sizeof(MB_MODE_INFO)); in update_best_mode() [all …]
|
D | pickinter.c | 235 B_PREDICTION_MODE *best_mode, in pick_intra4x4block() argument 271 *best_mode = mode; in pick_intra4x4block() 275 b->bmi.as_mode = *best_mode; in pick_intra4x4block() 304 B_PREDICTION_MODE UNINITIALIZED_IS_SAFE(best_mode); in pick_intra4x4mby_modes() 316 pick_intra4x4block(mb, i, &best_mode, bmode_costs, &r, &d); in pick_intra4x4mby_modes() 320 mic->bmi[i].as_mode = best_mode; in pick_intra4x4mby_modes() 366 MB_PREDICTION_MODE UNINITIALIZED_IS_SAFE(best_mode); in pick_intra_mbuv_mode() 484 best_mode = (MB_PREDICTION_MODE)i; in pick_intra_mbuv_mode() 489 mb->e_mbd.mode_info_context->mbmi.uv_mode = best_mode; in pick_intra_mbuv_mode() 1519 MB_PREDICTION_MODE mode, best_mode = DC_PRED; in vp8_pick_intra_mode() local [all …]
|
/external/webp/src/enc/ |
D | analysis.c | 244 int best_mode = 0; in MBAnalyzeBestIntra16Mode() local 258 best_mode = mode; in MBAnalyzeBestIntra16Mode() 261 VP8SetIntra16Mode(it, best_mode); in MBAnalyzeBestIntra16Mode() 310 int best_mode = 0; in MBAnalyzeBestUVMode() local 325 best_mode = mode; in MBAnalyzeBestUVMode() 328 VP8SetIntraUVMode(it, best_mode); in MBAnalyzeBestUVMode()
|
D | quant.c | 982 int best_mode = -1; in PickBestIntra4() local 1014 if (best_mode >= 0 && rd_tmp.score >= rd_i4.score) continue; in PickBestIntra4() 1020 if (best_mode < 0 || rd_tmp.score < rd_i4.score) { in PickBestIntra4() 1022 best_mode = mode; in PickBestIntra4() 1041 rd->modes_i4[it->i4_] = best_mode; in PickBestIntra4() 1138 int best_mode = -1; in RefineUsingDistortion() local 1144 best_mode = mode; in RefineUsingDistortion() 1148 VP8SetIntra16Mode(it, best_mode); in RefineUsingDistortion() 1198 int best_mode = -1; in RefineUsingDistortion() local 1205 best_mode = mode; in RefineUsingDistortion() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mbgraph.c | 142 PREDICTION_MODE best_mode = -1, mode; in find_best_16x16_intra() local 161 best_mode = mode; in find_best_16x16_intra() 166 *pbest_mode = best_mode; in find_best_16x16_intra()
|
D | vp9_pickmode.c | 1083 PREDICTION_MODE best_mode = ZEROMV; in vp9_pick_inter_mode() local 1494 best_mode = this_mode; in vp9_pick_inter_mode() 1521 mbmi->mode = best_mode; in vp9_pick_inter_mode() 1525 mbmi->mv[0].as_int = frame_mv[best_mode][best_ref_frame].as_int; in vp9_pick_inter_mode() 1604 best_mode = this_mode; in vp9_pick_inter_mode() 1622 mbmi->mode = best_mode; in vp9_pick_inter_mode()
|
D | vp9_rdopt.c | 766 PREDICTION_MODE *best_mode, in rd_pick_intra4x4block() argument 809 if (conditional_skipintra(mode, *best_mode)) in rd_pick_intra4x4block() 876 *best_mode = mode; in rd_pick_intra4x4block() 913 if (conditional_skipintra(mode, *best_mode)) in rd_pick_intra4x4block() 978 *best_mode = mode; in rd_pick_intra4x4block() 1025 PREDICTION_MODE best_mode = DC_PRED; in rd_pick_intra_sub_8x8_y_mode() local 1036 this_rd = rd_pick_intra4x4block(cpi, mb, idy, idx, &best_mode, in rd_pick_intra_sub_8x8_y_mode() 1047 mic->bmi[i].as_mode = best_mode; in rd_pick_intra_sub_8x8_y_mode() 1049 mic->bmi[i + j * 2].as_mode = best_mode; in rd_pick_intra_sub_8x8_y_mode() 1051 mic->bmi[i + j].as_mode = best_mode; in rd_pick_intra_sub_8x8_y_mode()
|
/external/webp/src/dsp/ |
D | lossless_enc.c | 567 int best_mode = 0; in GetBestPredictorForTile() local 605 best_mode = mode; in GetBestPredictorForTile() 615 return best_mode; in GetBestPredictorForTile()
|
/external/llvm/test/CodeGen/ARM/ |
D | struct-byval-frame-index.ll | 40 @best_mode = external global i16, align 2
|