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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1343 static void encode_sb_rt(VP9_COMP *cpi, const TileInfo *const tile, function
1396 encode_sb_rt(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize,
1398 encode_sb_rt(cpi, tile, tp, mi_row, mi_col + hbs, output_enabled,
1400 encode_sb_rt(cpi, tile, tp, mi_row + hbs, mi_col, output_enabled,
1402 encode_sb_rt(cpi, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled,
2954 encode_sb_rt(cpi, tile, tp, mi_row, mi_col, output_enabled, bsize, pc_tree);
3075 encode_sb_rt(cpi, tile, tp, mi_row, mi_col, 1, bsize, pc_tree);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1639 static void encode_sb_rt(VP9_COMP *cpi, const TileInfo *const tile, function
1701 encode_sb_rt(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize);
1703 encode_sb_rt(cpi, tile, tp, mi_row, mi_col + hbs, output_enabled,
1706 encode_sb_rt(cpi, tile, tp, mi_row + hbs, mi_col, output_enabled,
1709 encode_sb_rt(cpi, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled,
3056 encode_sb_rt(cpi, tile, tp, mi_row, mi_col, output_enabled, bsize);
3169 encode_sb_rt(cpi, tile, tp, mi_row, mi_col, 1, bsize);

Completed in 130 milliseconds