Searched refs:best_mbmi (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | intra_mode_search.c | 565 uint16_t *color_cache, int n_cache, MB_MODE_INFO *best_mbmi, in palette_rd_y() argument 627 *best_mbmi = *mbmi; in palette_rd_y() 642 uint16_t *color_cache, int n_cache, MB_MODE_INFO *best_mbmi, in perform_top_color_coarse_palette_search() argument 654 color_cache, n_cache, best_mbmi, best_palette_color_map, in perform_top_color_coarse_palette_search() 670 MB_MODE_INFO *best_mbmi, uint8_t *best_palette_color_map, int64_t *best_rd, in perform_k_means_coarse_palette_search() argument 686 color_cache, n_cache, best_mbmi, best_palette_color_map, in perform_k_means_coarse_palette_search() 704 MB_MODE_INFO *best_mbmi, uint8_t *best_palette_color_map, int64_t *best_rd, in perform_top_color_palette_search() argument 718 color_cache, n_cache, best_mbmi, best_palette_color_map, in perform_top_color_palette_search() 737 MB_MODE_INFO *best_mbmi, uint8_t *best_palette_color_map, int64_t *best_rd, in perform_k_means_palette_search() argument 756 color_cache, n_cache, best_mbmi, best_palette_color_map, in perform_k_means_palette_search() [all …]
|
D | rdopt.c | 1270 MB_MODE_INFO best_mbmi; in motion_mode_rd() local 1332 best_mbmi = *mbmi; in motion_mode_rd() 1590 best_mbmi = *mbmi; in motion_mode_rd() 1613 *mbmi = best_mbmi; in motion_mode_rd() 2271 MB_MODE_INFO best_mbmi = *mbmi; in handle_inter_mode() local 2403 if (best_mbmi.ref_mv_idx == i && in handle_inter_mode() 2406 best_mbmi.ref_mv_idx = ref_mv_idx; in handle_inter_mode() 2420 best_mbmi.mode, best_mbmi.ref_frame[0], best_mbmi.ref_frame[1]); in handle_inter_mode() 2423 &cpi->common, x, &best_mbmi, &best_rd_stats, &best_rd_stats_y, in handle_inter_mode() 2597 best_mbmi = *mbmi; in handle_inter_mode() [all …]
|