Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c1474 static void encode_sb_rt(VP9_COMP *cpi, const TileInfo *const tile, in encode_sb_rt() function
1536 encode_sb_rt(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize); in encode_sb_rt()
1538 encode_sb_rt(cpi, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb_rt()
1541 encode_sb_rt(cpi, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb_rt()
1544 encode_sb_rt(cpi, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb_rt()
2899 encode_sb_rt(cpi, tile, tp, mi_row, mi_col, output_enabled, bsize); in nonrd_pick_partition()
3017 encode_sb_rt(cpi, tile, tp, mi_row, mi_col, 1, bsize); in nonrd_use_partition()