Home
last modified time | relevance | path

Searched refs:THR_MODES (Results 1 – 12 of 12) sorted by relevance

/external/libaom/libaom/av1/encoder/
Drdopt_data_defs.h19 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]
Dcontext_tree.h47 THR_MODES best_mode_index;
Denc_enums.h220 } UENUM1BYTE(THR_MODES);
Drdopt.c105 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 …]
Drdopt_utils.h255 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()
Drd.h264 BLOCK_SIZE bsize, THR_MODES best_mode_index);
Dblock.h42 THR_MODES mode_index;
Drd.c1292 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()
Dnonrd_pickmode.c74 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/
Dvp9_rd.h93 } THR_MODES; typedef
Dvp9_pickmode.c1079 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/
Donyx_int.h158 } THR_MODES; typedef