Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c2124 static void encode_sb(VP9_COMP *cpi, ThreadData *td, const TileInfo *const tile, in encode_sb() function
2176 encode_sb(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()
2178 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb()
2180 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb()
2182 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb()
2743 encode_sb(cpi, td, tile_info, tp, mi_row + y_idx, mi_col + x_idx, 0, in rd_use_partition()
2779 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_use_partition()
3525 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_pick_partition()