Searched refs:encode_sb (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 1419 static void encode_sb(VP9_COMP *cpi, ThreadData *td, in encode_sb() function 1474 encode_sb(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb() 1476 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb() 1478 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb() 1480 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb() 2054 encode_sb(cpi, td, tile_info, tp, mi_row + y_idx, mi_col + x_idx, 0, in rd_use_partition() 2092 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_use_partition() 2757 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, in rd_pick_partition()
|