Home
last modified time | relevance | path

Searched refs:encode_sb_rt (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c2509 static void encode_sb_rt(VP9_COMP *cpi, ThreadData *td, in encode_sb_rt() function
2562 encode_sb_rt(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb_rt()
2564 encode_sb_rt(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb_rt()
2566 encode_sb_rt(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb_rt()
2568 encode_sb_rt(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, in encode_sb_rt()
4878 encode_sb_rt(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in nonrd_pick_partition()
5022 encode_sb_rt(cpi, td, tile_info, tp, mi_row, mi_col, 1, bsize, pc_tree); in nonrd_select_partition()