Searched refs:dummy_cost (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 5029 RD_COST *dummy_cost, PC_TREE *pc_tree) { in nonrd_use_partition() argument 5052 nonrd_pick_sb_modes(cpi, tile_data, x, mi_row, mi_col, dummy_cost, in nonrd_use_partition() 5063 nonrd_pick_sb_modes(cpi, tile_data, x, mi_row, mi_col, dummy_cost, in nonrd_use_partition() 5073 nonrd_pick_sb_modes(cpi, tile_data, x, mi_row, mi_col + hbs, dummy_cost, in nonrd_use_partition() 5085 nonrd_pick_sb_modes(cpi, tile_data, x, mi_row, mi_col, dummy_cost, in nonrd_use_partition() 5096 nonrd_pick_sb_modes(cpi, tile_data, x, mi_row + hbs, mi_col, dummy_cost, in nonrd_use_partition() 5110 nonrd_pick_sb_modes(cpi, tile_data, x, mi_row, mi_col, dummy_cost, in nonrd_use_partition() 5116 output_enabled, dummy_cost, pc_tree->split[0]); in nonrd_use_partition() 5118 mi_col + hbs, subsize, output_enabled, dummy_cost, in nonrd_use_partition() 5122 dummy_cost, pc_tree->split[2]); in nonrd_use_partition() [all …]
|