Searched refs:MB_MODE_COUNT (Results 1 – 17 of 17) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | blockd.h | 105 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 …]
|
D | enums.h | 410 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
|
D | av1_loopfilter.c | 104 assert(MB_MODE_COUNT == NELEMENTS(mode_lf_lut)); in av1_loop_filter_init()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | block.h | 96 int (*mbmode_cost)[MB_MODE_COUNT]; 97 int (*intra_uv_mode_cost)[MB_MODE_COUNT];
|
D | onyx_int.h | 693 int mbmode_cost[2][MB_MODE_COUNT]; 694 int intra_uv_mode_cost[2][MB_MODE_COUNT];
|
D | pickinter.c | 285 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()
|
D | rdopt.c | 649 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/ |
D | vp9_enums.h | 124 #define MB_MODE_COUNT 14 macro
|
D | vp9_mvref_common.h | 47 static const int mode_2_counter[MB_MODE_COUNT] = {
|
D | vp9_loopfilter.c | 207 static const int mode_lf_lut[MB_MODE_COUNT] = {
|
/external/libvpx/libvpx/vp8/common/ |
D | blockd.h | 78 MB_MODE_COUNT enumerator
|
D | findnearmv.h | 77 int_mv mode_mv_sb[2][MB_MODE_COUNT],
|
D | findnearmv.c | 132 int_mv mode_mv_sb[2][MB_MODE_COUNT], in vp8_find_near_mvs_bias() argument
|
/external/libaom/libaom/av1/encoder/ |
D | nonrd_pickmode.c | 249 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);
|
D | rdopt.c | 341 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/ |
D | vp9_pickmode.c | 1248 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()
|
D | vp9_rdopt.c | 1572 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()
|