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

/external/webrtc/webrtc/tools/barcode_tools/
H A Dyuv_cropper.py32 for comp_width, comp_height, comp_crop_height in component_sizes:
35 yuv_plane = yuv_file.read(comp_width)
/external/libjpeg-turbo/
H A Dtransupp.c136 JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks; local
153 comp_width = MCU_cols * compptr->h_samp_factor;
162 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) {
164 ptr2 = buffer[offset_y][comp_width - blk_x - 1];
202 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; local
219 comp_width = MCU_cols * compptr->h_samp_factor;
235 if (x_crop_blocks + dst_blk_x < comp_width) {
238 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1];
396 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; local
412 comp_width
548 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; local
660 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; local
[all...]

Completed in 106 milliseconds