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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1907 static void encode_sb(VP9_COMP *cpi, ThreadData *td, const TileInfo *const tile, function
1959 encode_sb(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize,
1961 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled,
1963 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled,
1965 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled,
2526 encode_sb(cpi, td, tile_info, tp, mi_row + y_idx, mi_col + x_idx, 0,
2562 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize,
3308 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize,

Completed in 81 milliseconds