Home
last modified time | relevance | path

Searched refs:buffer_width (Results 1 – 11 of 11) sorted by relevance

/external/libjpeg-turbo/
Dwrppm.c74 size_t buffer_width; /* width of I/O buffer */ member
95 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
124 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in copy_pixel_rows()
152 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_rgb()
178 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_cmyk()
208 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_rgb()
227 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
298 dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * sizeof(char)); in calc_buffer_dimensions_ppm()
325 ((j_common_ptr)cinfo, JPOOL_IMAGE, dest->buffer_width); in jinit_write_ppm()
Dwrtarga.c41 JDIMENSION buffer_width; /* width of one row */ member
110 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
128 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_gray_rows()
152 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
223 dest->buffer_width = cinfo->output_width * cinfo->output_components; in calc_buffer_dimensions_tga()
251 (size_t)(dest->buffer_width * sizeof(char))); in jinit_write_targa()
255 ((j_common_ptr)cinfo, JPOOL_IMAGE, dest->buffer_width, (JDIMENSION)1); in jinit_write_targa()
Drdppm.c76 size_t buffer_width; /* width of I/O buffer */ member
325 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_gray_row()
353 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_gray_rgb_row()
384 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_gray_cmyk_row()
421 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_rgb_row()
452 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_rgb_cmyk_row()
486 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_raw_row()
503 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_gray_row()
530 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_rgb_row()
691 source->buffer_width = (size_t)w * 3 * in start_input_ppm()
[all …]
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_zscan.h42 unsigned buffer_width; member
79 unsigned buffer_width, unsigned buffer_height,
Dvl_idct.h42 unsigned buffer_width; member
93 unsigned buffer_width, unsigned buffer_height,
Dvl_mc.c123 (float)VL_MACROBLOCK_WIDTH / r->buffer_width, in create_ref_vert_shader()
142 0.5f / r->buffer_width, in create_ref_vert_shader()
238 (float)VL_BLOCK_WIDTH / r->buffer_width * VL_MACROBLOCK_WIDTH / r->macroblock_size, in create_ycbcr_vert_shader()
481 unsigned buffer_width, unsigned buffer_height, in vl_mc_init() argument
493 renderer->buffer_width = buffer_width; in vl_mc_init()
624 renderer->buffer_width / VL_MACROBLOCK_WIDTH * in vl_mc_render_ref()
Dvl_idct.c175 (float)VL_BLOCK_WIDTH / idct->buffer_width, in create_mismatch_vert_shader()
182 … calc_addr(shader, o_addr, ureg_src(t_tex), ureg_src(t_tex), false, false, idct->buffer_width / 4); in create_mismatch_vert_shader()
298 (float)VL_BLOCK_WIDTH / idct->buffer_width, in create_stage1_vert_shader()
309 …calc_addr(shader, o_l_addr, ureg_src(t_tex), ureg_src(t_start), false, false, idct->buffer_width /… in create_stage1_vert_shader()
415 (float)VL_BLOCK_WIDTH / idct->buffer_width, in vl_idct_stage2_vert_shader()
744 unsigned buffer_width, unsigned buffer_height, in vl_idct_init() argument
753 idct->buffer_width = buffer_width; in vl_idct_init()
Dvl_zscan.c137 (float)VL_BLOCK_WIDTH / zscan->buffer_width, in create_vert_shader()
449 unsigned buffer_width, unsigned buffer_height, in vl_zscan_init() argument
456 zscan->buffer_width = buffer_width; in vl_zscan_init()
Dvl_mc.h46 unsigned buffer_width; member
/external/libmtp/src/
Dchdk_live_view.h62 int buffer_width; member
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp4811 …VkDeviceSize buffer_width = (0 == pRegions[i].bufferRowLength ? copy_extent.width : pRegions[i].bu… in ValidateBufferBounds() local
4838 buffer_width = (buffer_width + block_dim.width - 1) / block_dim.width; in ValidateBufferBounds()
4852 …VkDeviceSize max_buffer_offset = (z_copies - 1) * buffer_height * buffer_width; // offset to … in ValidateBufferBounds()
4853 …max_buffer_offset += ((copy_extent.height - 1) * buffer_width) + copy_extent.width; // add row,col in ValidateBufferBounds()