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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c920 static void encode_sb(VP9_COMP *cpi, const TileInfo *const tile, function
974 encode_sb(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize,
976 encode_sb(cpi, tile, tp, mi_row, mi_col + hbs, output_enabled, subsize,
978 encode_sb(cpi, tile, tp, mi_row + hbs, mi_col, output_enabled, subsize,
980 encode_sb(cpi, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled,
1639 encode_sb(cpi, tile, tp, mi_row + y_idx, mi_col + x_idx, 0,
1691 encode_sb(cpi, tile, tp, mi_row, mi_col, output_enabled, bsize,
2431 encode_sb(cpi, tile, tp, mi_row, mi_col, output_enabled, bsize, pc_tree);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1228 static void encode_sb(VP9_COMP *cpi, const TileInfo *const tile, function
1285 encode_sb(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize);
1287 encode_sb(cpi, tile, tp, mi_row, mi_col + hbs, output_enabled, subsize);
1289 encode_sb(cpi, tile, tp, mi_row + hbs, mi_col, output_enabled, subsize);
1291 encode_sb(cpi, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled,
1969 encode_sb(cpi, tile, tp, mi_row + y_idx, mi_col + x_idx, 0,
2022 encode_sb(cpi, tile, tp, mi_row, mi_col, output_enabled, bsize);
2466 encode_sb(cpi, tile, tp, mi_row, mi_col, output_enabled, bsize);

Completed in 1886 milliseconds