Searched defs:buffer_width (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_decoder.c55 unsigned buffer_width, buffer_height; local
68 buffer_width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH);
74 buffer_width, buffer_height, max_references,
H A Dvl_zscan.h42 unsigned buffer_width; member in struct:vl_zscan
76 unsigned buffer_width, unsigned buffer_height,
H A Dvl_idct.h42 unsigned buffer_width; member in struct:vl_idct
93 unsigned buffer_width, unsigned buffer_height,
H A Dvl_mc.h46 unsigned buffer_width; member in struct:vl_mc
H A Dvl_mc.c119 (float)VL_MACROBLOCK_WIDTH / r->buffer_width,
138 0.5f / r->buffer_width,
234 (float)VL_BLOCK_WIDTH / r->buffer_width * VL_MACROBLOCK_WIDTH / r->macroblock_size,
476 unsigned buffer_width, unsigned buffer_height,
488 renderer->buffer_width = buffer_width;
619 renderer->buffer_width / VL_MACROBLOCK_WIDTH *
475 vl_mc_init(struct vl_mc *renderer, struct pipe_context *pipe, unsigned buffer_width, unsigned buffer_height, unsigned macroblock_size, float scale, vl_mc_ycbcr_vert_shader vs_callback, vl_mc_ycbcr_frag_shader fs_callback, void *callback_priv) argument
H A Dvl_zscan.c112 (float)VL_BLOCK_WIDTH / zscan->buffer_width,
434 unsigned buffer_width, unsigned buffer_height,
441 zscan->buffer_width = buffer_width;
433 vl_zscan_init(struct vl_zscan *zscan, struct pipe_context *pipe, unsigned buffer_width, unsigned buffer_height, unsigned blocks_per_line, unsigned blocks_total, unsigned num_channels) argument
H A Dvl_idct.c175 (float)VL_BLOCK_WIDTH / idct->buffer_width,
182 calc_addr(shader, o_addr, ureg_src(t_tex), ureg_src(t_tex), false, false, idct->buffer_width / 4);
298 (float)VL_BLOCK_WIDTH / idct->buffer_width,
309 calc_addr(shader, o_l_addr, ureg_src(t_tex), ureg_src(t_start), false, false, idct->buffer_width / 4);
417 (float)VL_BLOCK_WIDTH / idct->buffer_width,
759 unsigned buffer_width, unsigned buffer_height,
768 idct->buffer_width = buffer_width;
758 vl_idct_init(struct vl_idct *idct, struct pipe_context *pipe, unsigned buffer_width, unsigned buffer_height, unsigned nr_of_render_targets, struct pipe_sampler_view *matrix, struct pipe_sampler_view *transpose) argument
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_decoder.c55 unsigned buffer_width, buffer_height; local
68 buffer_width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH);
74 buffer_width, buffer_height, max_references,
H A Dvl_zscan.h42 unsigned buffer_width; member in struct:vl_zscan
76 unsigned buffer_width, unsigned buffer_height,
H A Dvl_idct.h42 unsigned buffer_width; member in struct:vl_idct
93 unsigned buffer_width, unsigned buffer_height,
H A Dvl_mc.h46 unsigned buffer_width; member in struct:vl_mc
H A Dvl_mc.c119 (float)VL_MACROBLOCK_WIDTH / r->buffer_width,
138 0.5f / r->buffer_width,
234 (float)VL_BLOCK_WIDTH / r->buffer_width * VL_MACROBLOCK_WIDTH / r->macroblock_size,
476 unsigned buffer_width, unsigned buffer_height,
488 renderer->buffer_width = buffer_width;
619 renderer->buffer_width / VL_MACROBLOCK_WIDTH *
475 vl_mc_init(struct vl_mc *renderer, struct pipe_context *pipe, unsigned buffer_width, unsigned buffer_height, unsigned macroblock_size, float scale, vl_mc_ycbcr_vert_shader vs_callback, vl_mc_ycbcr_frag_shader fs_callback, void *callback_priv) argument
H A Dvl_zscan.c112 (float)VL_BLOCK_WIDTH / zscan->buffer_width,
434 unsigned buffer_width, unsigned buffer_height,
441 zscan->buffer_width = buffer_width;
433 vl_zscan_init(struct vl_zscan *zscan, struct pipe_context *pipe, unsigned buffer_width, unsigned buffer_height, unsigned blocks_per_line, unsigned blocks_total, unsigned num_channels) argument
H A Dvl_idct.c175 (float)VL_BLOCK_WIDTH / idct->buffer_width,
182 calc_addr(shader, o_addr, ureg_src(t_tex), ureg_src(t_tex), false, false, idct->buffer_width / 4);
298 (float)VL_BLOCK_WIDTH / idct->buffer_width,
309 calc_addr(shader, o_l_addr, ureg_src(t_tex), ureg_src(t_start), false, false, idct->buffer_width / 4);
417 (float)VL_BLOCK_WIDTH / idct->buffer_width,
759 unsigned buffer_width, unsigned buffer_height,
768 idct->buffer_width = buffer_width;
758 vl_idct_init(struct vl_idct *idct, struct pipe_context *pipe, unsigned buffer_width, unsigned buffer_height, unsigned nr_of_render_targets, struct pipe_sampler_view *matrix, struct pipe_sampler_view *transpose) argument
/external/chromium_org/third_party/libjpeg_turbo/
H A Dwrtarga.c47 JDIMENSION buffer_width; /* width of one row */ member in struct:__anon12782
116 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
134 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
158 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
240 dest->buffer_width = cinfo->output_width * cinfo->output_components;
243 (size_t) (dest->buffer_width * SIZEOF(char)));
247 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width, (JDIMENSION) 1);
H A Drdppm.c77 size_t buffer_width; /* width of I/O buffer */ member in struct:__anon12767
189 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
210 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
232 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
248 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
272 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
388 source->buffer_width = (size_t) w * cinfo->input_components *
392 source->buffer_width);
H A Dwrppm.c75 size_t buffer_width; /* width of I/O buffer */ member in struct:__anon12780
96 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
119 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
149 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
168 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
236 dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * SIZEOF(char));
238 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width);
/external/jpeg/
H A Dwrtarga.c47 JDIMENSION buffer_width; /* width of one row */ member in struct:__anon22743
116 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
134 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
158 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
240 dest->buffer_width = cinfo->output_width * cinfo->output_components;
243 (size_t) (dest->buffer_width * SIZEOF(char)));
247 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width, (JDIMENSION) 1);
H A Drdppm.c76 size_t buffer_width; /* width of I/O buffer */ member in struct:__anon22734
188 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
209 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
231 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
247 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
271 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
387 source->buffer_width = (size_t) w * cinfo->input_components *
391 source->buffer_width);
H A Dwrppm.c74 size_t buffer_width; /* width of I/O buffer */ member in struct:__anon22741
95 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
118 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
148 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
167 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
235 dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * SIZEOF(char));
237 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width);
/external/qemu/distrib/jpeg-6b/
H A Dwrtarga.c47 JDIMENSION buffer_width; /* width of one row */ member in struct:__anon29341
116 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
134 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
158 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
240 dest->buffer_width = cinfo->output_width * cinfo->output_components;
243 (size_t) (dest->buffer_width * SIZEOF(char)));
247 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width, (JDIMENSION) 1);
H A Drdppm.c76 size_t buffer_width; /* width of I/O buffer */ member in struct:__anon29332
188 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
209 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
231 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
247 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
271 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
387 source->buffer_width = (size_t) w * cinfo->input_components *
391 source->buffer_width);
H A Dwrppm.c74 size_t buffer_width; /* width of I/O buffer */ member in struct:__anon29339
95 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
118 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
148 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
167 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
235 dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * SIZEOF(char));
237 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width);

Completed in 1505 milliseconds