Home
last modified time | relevance | path

Searched defs:inter_modes_info (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/
H A Dencoder.h1269 typedef struct inter_modes_info { struct
1274 int num;
1278 MB_MODE_INFO mbmi_arr[MAX_INTER_MODES];
1282 int mode_rate_arr[MAX_INTER_MODES];
1286 int64_t sse_arr[MAX_INTER_MODES];
1290 int64_t est_rd_arr[MAX_INTER_MODES];
1294 RdIdxPair rd_idx_pair_arr[MAX_INTER_MODES];
1298 RD_STATS rd_cost_arr[MAX_INTER_MODES];
1302 RD_STATS rd_cost_y_arr[MAX_INTER_MODES];
1306 RD_STATS rd_cost_uv_arr[MAX_INTER_MODES];
H A Drdopt.c464 static inline void inter_modes_info_push(InterModesInfo *inter_modes_info, in inter_modes_info_push()
498 static inline void inter_modes_info_sort(const InterModesInfo *inter_modes_info, in inter_modes_info_sort()
1258 int64_t *best_est_rd, int do_tx_search, InterModesInfo *inter_modes_info, in motion_mode_rd()
2761 InterModesInfo *inter_modes_info, motion_mode_candidate *motion_mode_cand, in handle_inter_mode()
4904 InterModesInfo *const inter_modes_info = x->inter_modes_info; in evaluate_motion_mode_for_winner_candidates() local
5160 InterModesInfo *inter_modes_info = x->inter_modes_info; in tx_search_best_inter_candidates() local
5858 InterModesInfo *inter_modes_info = x->inter_modes_info; in av1_rd_pick_inter_mode() local
H A Dblock.h1223 struct inter_modes_info *inter_modes_info; member