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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1221 static void encode_b(VP9_COMP *cpi, const TileInfo *const tile, function
1274 encode_b(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize);
1280 encode_b(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize);
1283 encode_b(cpi, tile, tp, mi_row, mi_col + hbs, output_enabled, subsize);
1290 encode_b(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize);
1293 encode_b(cpi, tile, tp, mi_row + hbs, mi_col, output_enabled, subsize);

Completed in 33 milliseconds