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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2245 static void encode_sb_rt(VP9_COMP *cpi, ThreadData *td, function
2297 encode_sb_rt(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize,
2299 encode_sb_rt(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled,
2301 encode_sb_rt(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled,
2303 encode_sb_rt(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs,
3847 encode_sb_rt(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize,
3989 encode_sb_rt(cpi, td, tile_info, tp, mi_row, mi_col, 1, bsize, pc_tree);

Completed in 47 milliseconds