Searched refs:THR_MODES (Results 1 – 12 of 12) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | rdopt_data_defs.h | 19 static const THR_MODES intra_to_mode_idx[INTRA_MODE_NUM] = { 36 static const THR_MODES single_inter_to_mode_idx[SINGLE_INTER_MODE_NUM] 54 static const THR_MODES comp_inter_to_mode_idx[COMP_INTER_MODE_NUM][REF_FRAMES]
|
D | context_tree.h | 47 THR_MODES best_mode_index;
|
D | enc_enums.h | 220 } UENUM1BYTE(THR_MODES);
|
D | rdopt.c | 105 static const THR_MODES av1_default_mode_order[MAX_MODES] = { 298 static int find_last_single_ref_mode_idx(const THR_MODES *mode_order) { in find_last_single_ref_mode_idx() 304 const THR_MODES curr_mode = mode_order[idx]; in find_last_single_ref_mode_idx() 329 THR_MODES best_mode_index; 2419 const THR_MODES mode_enum = get_prediction_mode_idx( in handle_inter_mode() 2585 const THR_MODES mode_enum = get_prediction_mode_idx( in handle_inter_mode() 2923 const THR_MODES mode_index = in rd_pick_skip_mode() 3058 int best_rate_y, int best_rate_uv, THR_MODES *best_mode_index, in get_winner_mode_stats() 3060 THR_MODES *winner_mode_index, int enable_multiwinner_mode_process, in get_winner_mode_stats() 3089 PICK_MODE_CONTEXT *ctx, THR_MODES *best_mode_index, in refine_winner_mode_tx() [all …]
|
D | rdopt_utils.h | 255 static AOM_INLINE THR_MODES 580 THR_MODES mode_index, uint8_t *color_map, BLOCK_SIZE bsize, int64_t this_rd, in store_winner_mode_stats()
|
D | rd.h | 264 BLOCK_SIZE bsize, THR_MODES best_mode_index);
|
D | block.h | 42 THR_MODES mode_index;
|
D | rd.c | 1292 THR_MODES best_mode_index) { in av1_update_rd_thresh_fact() 1294 const THR_MODES top_mode = MAX_MODES; in av1_update_rd_thresh_fact() 1309 for (THR_MODES mode = 0; mode < top_mode; ++mode) { in av1_update_rd_thresh_fact()
|
D | nonrd_pickmode.c | 74 static const THR_MODES mode_idx[REF_FRAMES][4] = { 1150 THR_MODES best_mode_idx, 1152 THR_MODES thr_mode_idx = mode_idx[ref_frame][mode_offset(mode)]; 2024 const THR_MODES mode_index = 2117 THR_MODES best_mode_idx =
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.h | 93 } THR_MODES; typedef
|
D | vp9_pickmode.c | 1079 static const THR_MODES mode_idx[MAX_REF_FRAMES][4] = { 1114 THR_MODES best_mode_idx, PREDICTION_MODE mode) { in update_thresh_freq_fact_row_mt() 1115 THR_MODES thr_mode_idx = mode_idx[ref_frame][mode_offset(mode)]; in update_thresh_freq_fact_row_mt() 1131 BLOCK_SIZE bsize, MV_REFERENCE_FRAME ref_frame, THR_MODES best_mode_idx, in update_thresh_freq_fact() 1133 THR_MODES thr_mode_idx = mode_idx[ref_frame][mode_offset(mode)]; in update_thresh_freq_fact() 2550 THR_MODES mode_index = mode_idx[INTRA_FRAME][mode_offset(this_mode)]; in vp9_pick_inter_mode() 2697 THR_MODES best_mode_idx = in vp9_pick_inter_mode()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_int.h | 158 } THR_MODES; typedef
|