Home
last modified time | relevance | path

Searched refs:MB_MODE_COUNT (Results 1 – 20 of 20) sorted by relevance

/external/libaom/av1/common/
Dblockd.h113 assert(NELEMENTS(lut) == MB_MODE_COUNT); in compound_ref0_mode()
120 MB_MODE_COUNT, // DC_PRED in compound_ref1_mode()
121 MB_MODE_COUNT, // V_PRED in compound_ref1_mode()
122 MB_MODE_COUNT, // H_PRED in compound_ref1_mode()
123 MB_MODE_COUNT, // D45_PRED in compound_ref1_mode()
124 MB_MODE_COUNT, // D135_PRED in compound_ref1_mode()
125 MB_MODE_COUNT, // D113_PRED in compound_ref1_mode()
126 MB_MODE_COUNT, // D157_PRED in compound_ref1_mode()
127 MB_MODE_COUNT, // D203_PRED in compound_ref1_mode()
128 MB_MODE_COUNT, // D67_PRED in compound_ref1_mode()
[all …]
Denums.h350 MB_MODE_COUNT, enumerator
351 PRED_MODE_INVALID = MB_MODE_COUNT,
361 COMP_INTER_MODE_END = MB_MODE_COUNT,
364 INTER_MODE_END = MB_MODE_COUNT,
366 INTRA_INVALID = MB_MODE_COUNT // For uv_mode in inter blocks
Dav1_loopfilter.c111 assert(MB_MODE_COUNT == NELEMENTS(mode_lf_lut)); in av1_loop_filter_init()
/external/libaom/av1/encoder/
Dblock.h59 int32_t num_searches[BLOCK_SIZES][MB_MODE_COUNT];
60 int32_t num_nonskipped_searches[BLOCK_SIZES][MB_MODE_COUNT];
61 int64_t search_times[BLOCK_SIZES][MB_MODE_COUNT];
62 int64_t nonskipped_search_times[BLOCK_SIZES][MB_MODE_COUNT];
63 int64_t ms_time[BLOCK_SIZES][MB_MODE_COUNT];
64 int64_t ifs_time[BLOCK_SIZES][MB_MODE_COUNT];
65 int64_t model_rd_time[BLOCK_SIZES][MB_MODE_COUNT];
66 int64_t txfm_time[BLOCK_SIZES][MB_MODE_COUNT];
Dnonrd_opt.h99 int_mv frame_mv[MB_MODE_COUNT][REF_FRAMES];
101 int_mv frame_mv_best[MB_MODE_COUNT][REF_FRAMES];
107 uint8_t mode_checked[MB_MODE_COUNT][REF_FRAMES];
433 int_mv frame_mv[MB_MODE_COUNT][REF_FRAMES], in find_predictors()
Dnonrd_pickmode.c1044 int_mv frame_mv[MB_MODE_COUNT][REF_FRAMES], int reuse_inter_pred, in av1_pickmode_ctx_den_update()
1505 for (int j = 0; j < MB_MODE_COUNT; j++) { in print_time()
2102 int_mv frame_mv[MB_MODE_COUNT][REF_FRAMES], in set_compound_mode()
2199 MV_REFERENCE_FRAME *ref_frame2, int_mv frame_mv[MB_MODE_COUNT][REF_FRAMES], in setup_compound_params_from_comp_idx()
Drdopt.c331 int64_t modelled_rd[MB_MODE_COUNT][MAX_REF_MV_SEARCH][REF_FRAMES];
333 int64_t simple_rd[MB_MODE_COUNT][MAX_REF_MV_SEARCH][REF_FRAMES];
989 PREDICTION_MODE compare_mode = MB_MODE_COUNT; in skip_repeated_mv()
1014 if (compare_mode != MB_MODE_COUNT) { in skip_repeated_mv()
4813 if (single_mode == MB_MODE_COUNT) return 0; in skip_compound_using_best_single_mode_ref()
Dpartition_search.c2818 int_mv frame_mv[MB_MODE_COUNT][REF_FRAMES]; in direct_partition_merging()
2824 for (int i = 0; i < MB_MODE_COUNT; ++i) { in direct_partition_merging()
/external/libvpx/vp8/encoder/
Dblock.h96 int (*mbmode_cost)[MB_MODE_COUNT];
97 int (*intra_uv_mode_cost)[MB_MODE_COUNT];
Donyx_int.h696 int mbmode_cost[2][MB_MODE_COUNT];
697 int intra_uv_mode_cost[2][MB_MODE_COUNT];
Dpickinter.c285 MB_PREDICTION_MODE best_mode = MB_MODE_COUNT; in pick_intra_mbuv_mode()
374 assert(best_mode != MB_MODE_COUNT); in pick_intra_mbuv_mode()
573 int_mv mode_mv_sb[2][MB_MODE_COUNT]; in vp8_pick_inter_mode()
Drdopt.c649 MB_PREDICTION_MODE mode_selected = MB_MODE_COUNT; in rd_pick_intra16x16mby_mode()
679 assert(mode_selected != MB_MODE_COUNT); in rd_pick_intra16x16mby_mode()
747 MB_PREDICTION_MODE mode_selected = MB_MODE_COUNT; in rd_pick_intra_mbuv_mode()
793 assert(mode_selected != MB_MODE_COUNT); in rd_pick_intra_mbuv_mode()
1759 int_mv mode_mv_sb[2][MB_MODE_COUNT]; in vp8_rd_pick_inter_mode()
/external/libvpx/vp9/common/
Dvp9_enums.h124 #define MB_MODE_COUNT 14 macro
Dvp9_mvref_common.h47 static const int mode_2_counter[MB_MODE_COUNT] = {
Dvp9_loopfilter.c207 static const int mode_lf_lut[MB_MODE_COUNT] = {
/external/libvpx/vp8/common/
Dblockd.h78 MB_MODE_COUNT enumerator
Dfindnearmv.h77 int_mv mode_mv_sb[2][MB_MODE_COUNT],
Dfindnearmv.c132 int_mv mode_mv_sb[2][MB_MODE_COUNT], in vp8_find_near_mvs_bias() argument
/external/libvpx/vp9/encoder/
Dvp9_rdopt.c1559 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], in set_and_cost_bmi_mvs()
1803 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], in check_best_zero_mv()
2134 int_mv mode_mv[MB_MODE_COUNT][2]; in rd_pick_best_sub8x8_mode()
2135 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES]; in rd_pick_best_sub8x8_mode()
3438 static void init_frame_mv(int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES]) { in init_frame_mv()
3439 for (int mode = 0; mode < MB_MODE_COUNT; ++mode) { in init_frame_mv()
3462 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_rd_pick_inter_mode_sb()
3465 INTERP_FILTER single_inter_filter[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_rd_pick_inter_mode_sb()
3466 int single_skippable[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_rd_pick_inter_mode_sb()
3532 for (i = 0; i < MB_MODE_COUNT; ++i) { in vp9_rd_pick_inter_mode_sb()
[all …]
Dvp9_pickmode.c1257 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], in find_predictors()
1361 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], int reuse_inter_pred, in vp9_pickmode_ctx_den_update()
1699 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_pick_inter_mode()
1700 uint8_t mode_checked[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_pick_inter_mode()
1827 memset(&mode_checked[0][0], 0, MB_MODE_COUNT * MAX_REF_FRAMES); in vp9_pick_inter_mode()
2831 int_mv b_mv[MB_MODE_COUNT]; in vp9_pick_inter_mode_sub8x8()