Searched refs:encode_sb (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 919 static void encode_sb(VP9_COMP *cpi, const TileInfo *const tile, in encode_sb() function 973 encode_sb(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb() 975 encode_sb(cpi, tile, tp, mi_row, mi_col + hbs, output_enabled, subsize, in encode_sb() 977 encode_sb(cpi, tile, tp, mi_row + hbs, mi_col, output_enabled, subsize, in encode_sb() 979 encode_sb(cpi, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb() 1642 encode_sb(cpi, tile, tp, mi_row + y_idx, mi_col + x_idx, 0, in rd_use_partition() 1694 encode_sb(cpi, tile, tp, mi_row, mi_col, output_enabled, bsize, in rd_use_partition() 2403 encode_sb(cpi, tile, tp, mi_row, mi_col, output_enabled, bsize, pc_tree); in rd_pick_partition()
|