Searched refs:encode_b_rt (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_encodeframe.c | 2579 static void encode_b_rt(VP9_COMP *cpi, ThreadData *td, in encode_b_rt() function 2625 encode_b_rt(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb_rt() 2629 encode_b_rt(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb_rt() 2632 encode_b_rt(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb_rt() 2637 encode_b_rt(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb_rt() 2640 encode_b_rt(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb_rt() 5351 encode_b_rt(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, in nonrd_use_partition() 5362 encode_b_rt(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, in nonrd_use_partition() 5372 encode_b_rt(cpi, td, tile_info, tp, mi_row, mi_col + hbs, in nonrd_use_partition() 5384 encode_b_rt(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, in nonrd_use_partition() [all …]
|