Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_recur_bracketing.c166 ps_ctxt->au1_ctb_mode_map[row][col] = ps_cu_node->best_mode; in ihevce_update_cand_list()
493 ps_cu_node->best_mode = best_modes_4x4[0]; in ihevce_pu_calc_4x4_blk()
495 ps_cu_node->best_satd = best_costs_4x4[0] - mode_bits_cost[ps_cu_node->best_mode]; in ihevce_pu_calc_4x4_blk()
618 ps_ctxt->au1_ctb_mode_map[yA][xA] = ps_cu_node->ps_sub_cu[i * 2 + j]->best_mode; in ihevce_pu_calc_8x8_blk()
620 ps_ctxt->au2_mode_bits_8x8_pu[ps_cu_node->ps_sub_cu[i * 2 + j]->best_mode]; in ihevce_pu_calc_8x8_blk()
692 UWORD8 best_mode; in ihevce_bracketing_analysis() local
948 ps_cu_node->ps_parent->best_mode = ps_ed_blk_l2->best_merge_mode; in ihevce_bracketing_analysis()
972 ps_cu_node->ps_parent->best_mode = in ihevce_bracketing_analysis()
1173 ps_cu_node->ps_sub_cu[j]->best_mode = in ihevce_bracketing_analysis()
1178 ps_cu_node->ps_sub_cu[j]->best_mode = in ihevce_bracketing_analysis()
[all …]
Dihevce_decomp_pre_intra_pass.c451 ps_ed->best_mode = best_amode; in ihevce_ed_calc_4x4_blk()
456 ps_ed->best_mode = best_nmode; in ihevce_ed_calc_4x4_blk()
592 top_intra_mode_ptr[j] = ps_ed_4x4->best_mode; in ihevce_ed_calc_8x8_blk()
593 next_left_intra_mode = ps_ed_4x4->best_mode; in ihevce_ed_calc_8x8_blk()
611 mode = (ps_ed_4x4)->best_mode; in ihevce_ed_calc_8x8_blk()
616 ((((ps_ed_4x4)->best_mode == (ps_ed_4x4 + 1)->best_mode) + in ihevce_ed_calc_8x8_blk()
617 ((ps_ed_4x4)->best_mode == (ps_ed_4x4 + 2)->best_mode) + in ihevce_ed_calc_8x8_blk()
618 ((ps_ed_4x4)->best_mode == (ps_ed_4x4 + 3)->best_mode)) == 3); in ihevce_ed_calc_8x8_blk()
642 u1_best_8x8_mode = ps_ed_4x4->best_mode; in ihevce_ed_calc_8x8_blk()
660 modes_to_eval[i] = (ps_ed_4x4 + i)->best_mode; in ihevce_ed_calc_8x8_blk()
[all …]
Dihevce_ipe_structs.h208 UWORD8 best_mode; member
Dihevce_enc_structs.h1215 UWORD8 best_mode; member
1267 UWORD8 best_mode; member
/external/libvpx/libvpx/vp8/encoder/
Drdopt.c520 B_PREDICTION_MODE *best_mode, in rd_pick_intra4x4block() argument
573 *best_mode = mode; in rd_pick_intra4x4block()
580 b->bmi.as_mode = *best_mode; in rd_pick_intra4x4block()
613 B_PREDICTION_MODE best_mode = B_MODE_COUNT; in rd_pick_intra4x4mby_modes() local
624 mb, mb->block + i, xd->block + i, &best_mode, bmode_costs, in rd_pick_intra4x4mby_modes()
631 assert(best_mode != B_MODE_COUNT); in rd_pick_intra4x4mby_modes()
632 mic->bmi[i].as_mode = best_mode; in rd_pick_intra4x4mby_modes()
1713 static void update_best_mode(BEST_MODE *best_mode, int this_rd, in update_best_mode() argument
1721 best_mode->yrd = in update_best_mode()
1725 best_mode->rd = this_rd; in update_best_mode()
[all …]
Dpickinter.c175 B_PREDICTION_MODE *best_mode, in pick_intra4x4block() argument
205 *best_mode = mode; in pick_intra4x4block()
209 b->bmi.as_mode = *best_mode; in pick_intra4x4block()
230 B_PREDICTION_MODE best_mode = B_MODE_COUNT; in pick_intra4x4mby_modes() local
240 pick_intra4x4block(mb, i, &best_mode, bmode_costs, &r, &d); in pick_intra4x4mby_modes()
244 assert(best_mode != B_MODE_COUNT); in pick_intra4x4mby_modes()
245 mic->bmi[i].as_mode = best_mode; in pick_intra4x4mby_modes()
285 MB_PREDICTION_MODE best_mode = MB_MODE_COUNT; in pick_intra_mbuv_mode() local
370 best_mode = (MB_PREDICTION_MODE)i; in pick_intra_mbuv_mode()
374 assert(best_mode != MB_MODE_COUNT); in pick_intra_mbuv_mode()
[all …]
/external/webp/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.c1067 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()
[all …]
Dpredictor_enc.c333 int best_mode = 0; in GetBestPredictorForTile() local
396 best_mode = mode; in GetBestPredictorForTile()
406 return best_mode; in GetBestPredictorForTile()
/external/libaom/libaom/av1/encoder/
Dmbgraph.c139 PREDICTION_MODE best_mode = -1, mode; in find_best_16x16_intra() local
158 best_mode = mode; in find_best_16x16_intra()
162 if (pbest_mode) *pbest_mode = best_mode; in find_best_16x16_intra()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mbgraph.c132 PREDICTION_MODE best_mode = -1, mode; in find_best_16x16_intra() local
150 best_mode = mode; in find_best_16x16_intra()
154 if (pbest_mode) *pbest_mode = best_mode; in find_best_16x16_intra()
Dvp9_denoiser.h64 PREDICTION_MODE best_mode; member
Dvp9_pickmode.c46 PREDICTION_MODE best_mode; member
1324 ctx_den->best_mode = bp->best_mode; in vp9_pickmode_ctx_den_update()
1369 mi->mode = ctx_den->best_mode; in recheck_zeromv_after_denoising()
1377 ctx_den->frame_mv[ctx_den->best_mode][ctx_den->best_ref_frame] in recheck_zeromv_after_denoising()
1605 bp->best_mode = ZEROMV; in init_best_pickmode()
2337 best_pickmode.best_mode = this_mode; in vp9_pick_inter_mode()
2362 mi->mode = best_pickmode.best_mode; in vp9_pick_inter_mode()
2367 frame_mv[best_pickmode.best_mode][best_pickmode.best_ref_frame].as_int; in vp9_pick_inter_mode()
2492 best_pickmode.best_mode = this_mode; in vp9_pick_inter_mode()
2512 mi->mode = best_pickmode.best_mode; in vp9_pick_inter_mode()
Dvp9_rdopt.c947 int col, PREDICTION_MODE *best_mode, in rd_pick_intra4x4block() argument
988 if (conditional_skipintra(mode, *best_mode)) continue; in rd_pick_intra4x4block()
1057 *best_mode = mode; in rd_pick_intra4x4block()
1090 if (conditional_skipintra(mode, *best_mode)) continue; in rd_pick_intra4x4block()
1153 *best_mode = mode; in rd_pick_intra4x4block()
1194 PREDICTION_MODE best_mode = DC_PRED; in rd_pick_intra_sub_8x8_y_mode() local
1206 cpi, mb, idy, idx, &best_mode, bmode_costs, in rd_pick_intra_sub_8x8_y_mode()
1217 mic->bmi[i].as_mode = best_mode; in rd_pick_intra_sub_8x8_y_mode()
1219 mic->bmi[i + j * 2].as_mode = best_mode; in rd_pick_intra_sub_8x8_y_mode()
1221 mic->bmi[i + j].as_mode = best_mode; in rd_pick_intra_sub_8x8_y_mode()
/external/u-boot/include/
Dmmc.h625 enum bus_mode best_mode; /* best mode is the supported mode with the member
/external/llvm/test/CodeGen/ARM/
Dstruct-byval-frame-index.ll40 @best_mode = external global i16, align 2
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dstruct-byval-frame-index.ll39 @best_mode = external global i16, align 2
/external/u-boot/drivers/mmc/
Dmmc.c881 } else if (mmc->selected_mode != mmc->best_mode) { in mmc_boot_part_access_chk()
2329 mmc->best_mode = mmc->selected_mode; in mmc_startup()