Searched refs:encode_sb (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 1907 static void encode_sb(VP9_COMP *cpi, ThreadData *td, const TileInfo *const tile, in encode_sb() function 1959 encode_sb(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb() 1961 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb() 1963 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb() 1965 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb() 2526 encode_sb(cpi, td, tile_info, tp, mi_row + y_idx, mi_col + x_idx, 0, in rd_use_partition() 2562 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_use_partition() 3308 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_pick_partition()
|