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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c904 static void encode_b(VP9_COMP *cpi, const TileInfo *const tile, function
950 encode_b(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize,
954 encode_b(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize,
957 encode_b(cpi, tile, tp, mi_row, mi_col + hbs, output_enabled, subsize,
962 encode_b(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize,
965 encode_b(cpi, tile, tp, mi_row + hbs, mi_col, output_enabled, subsize,
971 encode_b(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1204 static void encode_b(VP9_COMP *cpi, const TileInfo *const tile, function
1257 encode_b(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize);
1263 encode_b(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize);
1266 encode_b(cpi, tile, tp, mi_row, mi_col + hbs, output_enabled, subsize);
1273 encode_b(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize);
1276 encode_b(cpi, tile, tp, mi_row + hbs, mi_col, output_enabled, subsize);

Completed in 223 milliseconds