Searched refs:best_blk_skip (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | intra_mode_search.c | 264 uint8_t *best_blk_skip, int skip_model_rd) { in calc_rd_given_intra_angle() argument 287 memcpy(best_blk_skip, x->blk_skip, sizeof(best_blk_skip[0]) * n4); in calc_rd_given_intra_angle() 645 int *beat_best_rd, PICK_MODE_CONTEXT *ctx, uint8_t *best_blk_skip, in perform_top_color_coarse_palette_search() argument 656 skippable, beat_best_rd, ctx, best_blk_skip, tx_type_map, in perform_top_color_coarse_palette_search() 673 uint8_t *best_blk_skip, uint8_t *tx_type_map, uint8_t *color_map, in perform_k_means_coarse_palette_search() argument 688 skippable, beat_best_rd, ctx, best_blk_skip, tx_type_map, in perform_k_means_coarse_palette_search() 707 uint8_t *best_blk_skip, uint8_t *tx_type_map) { in perform_top_color_palette_search() argument 720 skippable, beat_best_rd, ctx, best_blk_skip, tx_type_map, in perform_top_color_palette_search() 740 uint8_t *best_blk_skip, uint8_t *tx_type_map, uint8_t *color_map, in perform_k_means_palette_search() argument 758 skippable, beat_best_rd, ctx, best_blk_skip, tx_type_map, in perform_k_means_palette_search() [all …]
|
D | rdopt.c | 1241 uint8_t best_blk_skip[MAX_MIB_SIZE * MAX_MIB_SIZE]; in motion_mode_rd() local 1326 memcpy(best_blk_skip, simple_states->blk_skip, in motion_mode_rd() 1596 memcpy(best_blk_skip, x->blk_skip, in motion_mode_rd() 1617 memcpy(x->blk_skip, best_blk_skip, in motion_mode_rd() 2269 uint8_t best_blk_skip[MAX_MIB_SIZE * MAX_MIB_SIZE]; in handle_inter_mode() local 2600 memcpy(best_blk_skip, x->blk_skip, in handle_inter_mode() 2601 sizeof(best_blk_skip[0]) * xd->height * xd->width); in handle_inter_mode() 2627 memcpy(x->blk_skip, best_blk_skip, in handle_inter_mode() 2628 sizeof(best_blk_skip[0]) * xd->height * xd->width); in handle_inter_mode() 2696 uint8_t best_blk_skip[MAX_MIB_SIZE * MAX_MIB_SIZE] = { 0 }; in rd_pick_intrabc_mode_sb() local [all …]
|
D | tx_search.c | 2767 uint8_t best_blk_skip[MAX_MIB_SIZE * MAX_MIB_SIZE]; in choose_tx_size_type_from_rd() local 2783 av1_copy_array(best_blk_skip, x->blk_skip, num_blks); in choose_tx_size_type_from_rd() 2801 av1_copy_array(x->blk_skip, best_blk_skip, num_blks); in choose_tx_size_type_from_rd()
|