Searched refs:encode_sb_rt (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 1346 static void encode_sb_rt(VP9_COMP *cpi, const TileInfo *const tile, in encode_sb_rt() function 1399 encode_sb_rt(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb_rt() 1401 encode_sb_rt(cpi, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb_rt() 1403 encode_sb_rt(cpi, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb_rt() 1405 encode_sb_rt(cpi, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb_rt() 2925 encode_sb_rt(cpi, tile, tp, mi_row, mi_col, output_enabled, bsize, pc_tree); in nonrd_pick_partition() 3046 encode_sb_rt(cpi, tile, tp, mi_row, mi_col, 1, bsize, pc_tree); in nonrd_use_partition()
|