Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c1245 static void encode_sb(VP9_COMP *cpi, const TileInfo *const tile, in encode_sb() function
1302 encode_sb(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize); in encode_sb()
1304 encode_sb(cpi, tile, tp, mi_row, mi_col + hbs, output_enabled, subsize); in encode_sb()
1306 encode_sb(cpi, tile, tp, mi_row + hbs, mi_col, output_enabled, subsize); in encode_sb()
1308 encode_sb(cpi, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb()
1804 encode_sb(cpi, tile, tp, mi_row + y_idx, mi_col + x_idx, 0, in rd_use_partition()
1857 encode_sb(cpi, tile, tp, mi_row, mi_col, output_enabled, bsize); in rd_use_partition()
2301 encode_sb(cpi, tile, tp, mi_row, mi_col, output_enabled, bsize); in rd_pick_partition()