Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjpeg_turbo/
Dwrtarga.c47 JDIMENSION buffer_width; /* width of one row */ member
116 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
134 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_gray_rows()
158 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
240 dest->buffer_width = cinfo->output_width * cinfo->output_components; in jinit_write_targa()
243 (size_t) (dest->buffer_width * SIZEOF(char))); in jinit_write_targa()
247 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width, (JDIMENSION) 1); in jinit_write_targa()
Dwrppm.c75 size_t buffer_width; /* width of I/O buffer */ member
96 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
119 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in copy_pixel_rows()
149 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_rgb()
168 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
236 dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * SIZEOF(char)); in jinit_write_ppm()
238 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width); in jinit_write_ppm()
Drdppm.c77 size_t buffer_width; /* width of I/O buffer */ member
189 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_gray_row()
210 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_rgb_row()
232 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_raw_row()
248 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_gray_row()
272 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_rgb_row()
388 source->buffer_width = (size_t) w * cinfo->input_components * in start_input_ppm()
392 source->buffer_width); in start_input_ppm()
/external/qemu/distrib/jpeg-6b/
Dwrtarga.c47 JDIMENSION buffer_width; /* width of one row */ member
116 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
134 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_gray_rows()
158 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
240 dest->buffer_width = cinfo->output_width * cinfo->output_components; in jinit_write_targa()
243 (size_t) (dest->buffer_width * SIZEOF(char))); in jinit_write_targa()
247 ((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()
118 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in copy_pixel_rows()
148 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_rgb()
167 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
235 dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * SIZEOF(char)); in jinit_write_ppm()
237 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width); in jinit_write_ppm()
Drdppm.c76 size_t buffer_width; /* width of I/O buffer */ member
188 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_gray_row()
209 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_rgb_row()
231 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_raw_row()
247 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_gray_row()
271 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_rgb_row()
387 source->buffer_width = (size_t) w * cinfo->input_components * in start_input_ppm()
391 source->buffer_width); in start_input_ppm()
/external/jpeg/
Dwrtarga.c47 JDIMENSION buffer_width; /* width of one row */ member
116 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
134 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_gray_rows()
158 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
240 dest->buffer_width = cinfo->output_width * cinfo->output_components; in jinit_write_targa()
243 (size_t) (dest->buffer_width * SIZEOF(char))); in jinit_write_targa()
247 ((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()
118 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in copy_pixel_rows()
148 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_rgb()
167 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
235 dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * SIZEOF(char)); in jinit_write_ppm()
237 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width); in jinit_write_ppm()
Drdppm.c76 size_t buffer_width; /* width of I/O buffer */ member
188 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_gray_row()
209 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_rgb_row()
231 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_raw_row()
247 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_gray_row()
271 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_rgb_row()
387 source->buffer_width = (size_t) w * cinfo->input_components * in start_input_ppm()
391 source->buffer_width); in start_input_ppm()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
Dvl_decoder.c55 unsigned buffer_width, buffer_height; in vl_create_decoder() local
68 buffer_width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH); in vl_create_decoder()
74 buffer_width, buffer_height, max_references, in vl_create_decoder()
Dvl_zscan.h42 unsigned buffer_width; member
76 unsigned buffer_width, unsigned buffer_height,
Dvl_idct.h42 unsigned buffer_width; member
93 unsigned buffer_width, unsigned buffer_height,
Dvl_mc.c119 (float)VL_MACROBLOCK_WIDTH / r->buffer_width, in create_ref_vert_shader()
138 0.5f / r->buffer_width, in create_ref_vert_shader()
234 (float)VL_BLOCK_WIDTH / r->buffer_width * VL_MACROBLOCK_WIDTH / r->macroblock_size, in create_ycbcr_vert_shader()
476 unsigned buffer_width, unsigned buffer_height, in vl_mc_init() argument
488 renderer->buffer_width = buffer_width; in vl_mc_init()
619 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()
417 (float)VL_BLOCK_WIDTH / idct->buffer_width, in vl_idct_stage2_vert_shader()
759 unsigned buffer_width, unsigned buffer_height, in vl_idct_init() argument
768 idct->buffer_width = buffer_width; in vl_idct_init()
Dvl_mc.h46 unsigned buffer_width; member
Dvl_zscan.c112 (float)VL_BLOCK_WIDTH / zscan->buffer_width, in create_vert_shader()
434 unsigned buffer_width, unsigned buffer_height, in vl_zscan_init() argument
441 zscan->buffer_width = buffer_width; in vl_zscan_init()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_decoder.c55 unsigned buffer_width, buffer_height; in vl_create_decoder() local
68 buffer_width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH); in vl_create_decoder()
74 buffer_width, buffer_height, max_references, in vl_create_decoder()
Dvl_zscan.h42 unsigned buffer_width; member
76 unsigned buffer_width, unsigned buffer_height,
Dvl_idct.h42 unsigned buffer_width; member
93 unsigned buffer_width, unsigned buffer_height,
Dvl_mc.c119 (float)VL_MACROBLOCK_WIDTH / r->buffer_width, in create_ref_vert_shader()
138 0.5f / r->buffer_width, in create_ref_vert_shader()
234 (float)VL_BLOCK_WIDTH / r->buffer_width * VL_MACROBLOCK_WIDTH / r->macroblock_size, in create_ycbcr_vert_shader()
476 unsigned buffer_width, unsigned buffer_height, in vl_mc_init() argument
488 renderer->buffer_width = buffer_width; in vl_mc_init()
619 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()
417 (float)VL_BLOCK_WIDTH / idct->buffer_width, in vl_idct_stage2_vert_shader()
759 unsigned buffer_width, unsigned buffer_height, in vl_idct_init() argument
768 idct->buffer_width = buffer_width; in vl_idct_init()
Dvl_mc.h46 unsigned buffer_width; member
Dvl_zscan.c112 (float)VL_BLOCK_WIDTH / zscan->buffer_width, in create_vert_shader()
434 unsigned buffer_width, unsigned buffer_height, in vl_zscan_init() argument
441 zscan->buffer_width = buffer_width; in vl_zscan_init()