Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dblockd.h105 assert(NELEMENTS(lut) == MB_MODE_COUNT); in compound_ref0_mode()
112 MB_MODE_COUNT, // DC_PRED in compound_ref1_mode()
113 MB_MODE_COUNT, // V_PRED in compound_ref1_mode()
114 MB_MODE_COUNT, // H_PRED in compound_ref1_mode()
115 MB_MODE_COUNT, // D45_PRED in compound_ref1_mode()
116 MB_MODE_COUNT, // D135_PRED in compound_ref1_mode()
117 MB_MODE_COUNT, // D113_PRED in compound_ref1_mode()
118 MB_MODE_COUNT, // D157_PRED in compound_ref1_mode()
119 MB_MODE_COUNT, // D203_PRED in compound_ref1_mode()
120 MB_MODE_COUNT, // D67_PRED in compound_ref1_mode()
[all …]
Denums.h410 MB_MODE_COUNT, enumerator
420 COMP_INTER_MODE_END = MB_MODE_COUNT,
423 INTER_MODE_END = MB_MODE_COUNT,
425 INTRA_INVALID = MB_MODE_COUNT // For uv_mode in inter blocks
Dav1_loopfilter.c104 assert(MB_MODE_COUNT == NELEMENTS(mode_lf_lut)); in av1_loop_filter_init()
/external/libvpx/libvpx/vp8/encoder/
Dblock.h96 int (*mbmode_cost)[MB_MODE_COUNT];
97 int (*intra_uv_mode_cost)[MB_MODE_COUNT];
Donyx_int.h693 int mbmode_cost[2][MB_MODE_COUNT];
694 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()
567 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()
1746 int_mv mode_mv_sb[2][MB_MODE_COUNT]; in vp8_rd_pick_inter_mode()
/external/libvpx/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/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/libaom/libaom/av1/encoder/
Dnonrd_pickmode.c249 int_mv frame_mv[MB_MODE_COUNT][REF_FRAMES], int *ref_frame_skip_mask, in find_predictors()
1370 int32_t num_searches[BLOCK_SIZES][MB_MODE_COUNT];
1371 int32_t num_nonskipped_searches[BLOCK_SIZES][MB_MODE_COUNT];
1372 int64_t search_times[BLOCK_SIZES][MB_MODE_COUNT];
1373 int64_t nonskipped_search_times[BLOCK_SIZES][MB_MODE_COUNT];
1491 int_mv frame_mv[MB_MODE_COUNT][REF_FRAMES];
1492 uint8_t mode_checked[MB_MODE_COUNT][REF_FRAMES];
1565 memset(&mode_checked[0][0], 0, MB_MODE_COUNT * REF_FRAMES);
Drdopt.c341 int64_t modelled_rd[MB_MODE_COUNT][MAX_REF_MV_SEARCH][REF_FRAMES];
343 int64_t simple_rd[MB_MODE_COUNT][MAX_REF_MV_SEARCH][REF_FRAMES];
984 PREDICTION_MODE compare_mode = MB_MODE_COUNT; in skip_repeated_mv()
1009 if (compare_mode != MB_MODE_COUNT) { in skip_repeated_mv()
3609 for (int i = 0; i < MB_MODE_COUNT; ++i) { in init_inter_mode_search_state()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1248 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], in find_predictors()
1352 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], int reuse_inter_pred, in vp9_pickmode_ctx_den_update()
1690 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_pick_inter_mode()
1691 uint8_t mode_checked[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_pick_inter_mode()
1820 memset(&mode_checked[0][0], 0, MB_MODE_COUNT * MAX_REF_FRAMES); in vp9_pick_inter_mode()
2824 int_mv b_mv[MB_MODE_COUNT]; in vp9_pick_inter_mode_sub8x8()
Dvp9_rdopt.c1572 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], in set_and_cost_bmi_mvs()
1807 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], in check_best_zero_mv()
2054 int_mv mode_mv[MB_MODE_COUNT][2]; in rd_pick_best_sub8x8_mode()
2055 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES]; in rd_pick_best_sub8x8_mode()
3316 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_rd_pick_inter_mode_sb()
3319 INTERP_FILTER single_inter_filter[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_rd_pick_inter_mode_sb()
3320 int single_skippable[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_rd_pick_inter_mode_sb()
3387 for (i = 0; i < MB_MODE_COUNT; ++i) { in vp9_rd_pick_inter_mode_sb()
4144 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_rd_pick_inter_mode_sub8x8()