Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
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()
125 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_gray_rows()
149 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
220 dest->buffer_width = cinfo->output_width * cinfo->output_components; in calc_buffer_dimensions_tga()
248 (size_t)(dest->buffer_width * sizeof(char))); in jinit_write_targa()
252 ((j_common_ptr)cinfo, JPOOL_IMAGE, dest->buffer_width, (JDIMENSION)1); in jinit_write_targa()
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);
Drdppm.c66 size_t buffer_width; /* width of I/O buffer */ member
314 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_gray_row()
342 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_gray_rgb_row()
373 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_gray_cmyk_row()
410 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_rgb_row()
441 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_rgb_cmyk_row()
475 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_raw_row()
492 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_gray_row()
524 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_rgb_row()
699 source->buffer_width = (size_t)w * 3 *
[all …]
/third_party/flutter/skia/third_party/externals/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()
296 dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * sizeof(char)); in calc_buffer_dimensions_ppm()
323 ((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()
535 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_rgb_row()
705 source->buffer_width = (size_t)w * 3 * in start_input_ppm()
[all …]
/third_party/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()
535 if (!ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_rgb_row()
705 source->buffer_width = (size_t)w * 3 * in start_input_ppm()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/
Drwhelper.c21 buffer->buffer_width = 0; in SDLVisualTest_RWHelperResetBuffer()
30 if(buffer->buffer_pos == buffer->buffer_width) in SDLVisualTest_RWHelperReadChar()
32 buffer->buffer_width = SDL_RWread(rw, buffer->buffer, 1, RWOPS_BUFFER_LEN); in SDLVisualTest_RWHelperReadChar()
34 if(buffer->buffer_width == 0) in SDLVisualTest_RWHelperReadChar()
/third_party/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()
483 unsigned buffer_width, unsigned buffer_height, in vl_mc_init() argument
495 renderer->buffer_width = buffer_width; in vl_mc_init()
630 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()
754 unsigned buffer_width, unsigned buffer_height, in vl_idct_init() argument
763 idct->buffer_width = buffer_width; in vl_idct_init()
Dvl_zscan.c137 (float)VL_BLOCK_WIDTH / zscan->buffer_width, in create_vert_shader()
451 unsigned buffer_width, unsigned buffer_height, in vl_zscan_init() argument
458 zscan->buffer_width = buffer_width; in vl_zscan_init()
Dvl_mc.h46 unsigned buffer_width; member
/third_party/flutter/skia/third_party/externals/sdl/visualtest/include/
DSDL_visualtest_rwhelper.h32 int buffer_width; member
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c2638 uint32_t buffer_width, buffer_height; in copy_buffer_to_image_cpu() local
2640 buffer_width = region->imageExtent.width; in copy_buffer_to_image_cpu()
2642 buffer_width = region->bufferRowLength; in copy_buffer_to_image_cpu()
2649 uint32_t buffer_stride = buffer_width * image->cpp; in copy_buffer_to_image_cpu()