Searched refs:MB_MODE_COUNT (Results 1 – 16 of 16) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | blockd.h | 77 MB_MODE_COUNT, // DC_PRED in compound_ref0_mode() 78 MB_MODE_COUNT, // V_PRED in compound_ref0_mode() 79 MB_MODE_COUNT, // H_PRED in compound_ref0_mode() 80 MB_MODE_COUNT, // D45_PRED in compound_ref0_mode() 81 MB_MODE_COUNT, // D135_PRED in compound_ref0_mode() 82 MB_MODE_COUNT, // D113_PRED in compound_ref0_mode() 83 MB_MODE_COUNT, // D157_PRED in compound_ref0_mode() 84 MB_MODE_COUNT, // D203_PRED in compound_ref0_mode() 85 MB_MODE_COUNT, // D67_PRED in compound_ref0_mode() 86 MB_MODE_COUNT, // SMOOTH_PRED in compound_ref0_mode() [all …]
|
D | enums.h | 395 MB_MODE_COUNT, enumerator 403 COMP_INTER_MODE_END = MB_MODE_COUNT, 406 INTER_MODE_END = MB_MODE_COUNT, 408 INTRA_INVALID = MB_MODE_COUNT // For uv_mode in inter blocks
|
D | av1_loopfilter.c | 497 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 | 688 int mbmode_cost[2][MB_MODE_COUNT]; 689 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 | 122 #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/libvpx/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 1213 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], in find_predictors() 1317 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], int reuse_inter_pred, in vp9_pickmode_ctx_den_update() 1629 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_pick_inter_mode() 1630 uint8_t mode_checked[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_pick_inter_mode() 1758 memset(&mode_checked[0][0], 0, MB_MODE_COUNT * MAX_REF_FRAMES); in vp9_pick_inter_mode() 2694 int_mv b_mv[MB_MODE_COUNT]; in vp9_pick_inter_mode_sub8x8()
|
D | vp9_rdopt.c | 1431 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], in set_and_cost_bmi_mvs() 1664 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], in check_best_zero_mv() 1911 int_mv mode_mv[MB_MODE_COUNT][2]; in rd_pick_best_sub8x8_mode() 1912 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES]; in rd_pick_best_sub8x8_mode() 3163 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_rd_pick_inter_mode_sb() 3166 INTERP_FILTER single_inter_filter[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_rd_pick_inter_mode_sb() 3167 int single_skippable[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_rd_pick_inter_mode_sb() 3220 for (i = 0; i < MB_MODE_COUNT; ++i) { in vp9_rd_pick_inter_mode_sb() 3946 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_rd_pick_inter_mode_sub8x8()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 722 int64_t modelled_rd[MB_MODE_COUNT][MAX_REF_MV_SERCH][REF_FRAMES]; 724 int64_t simple_rd[MB_MODE_COUNT][MAX_REF_MV_SERCH][REF_FRAMES]; 8028 InterpFilter single_filter[MB_MODE_COUNT][REF_FRAMES]; 8049 PREDICTION_MODE compare_mode = MB_MODE_COUNT; in skip_repeated_mv() 8074 if (compare_mode != MB_MODE_COUNT) { in skip_repeated_mv() 11361 for (int i = 0; i < MB_MODE_COUNT; ++i) in set_params_rd_pick_inter_mode() 11498 for (int i = 0; i < MB_MODE_COUNT; ++i) in set_params_nonrd_pick_inter_mode() 11738 for (int i = 0; i < MB_MODE_COUNT; ++i) { in init_inter_mode_search_state()
|