Searched refs:video_width (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_deint_filter.h48 unsigned video_width, video_height; member in struct:vl_deint_filter
56 unsigned video_width, unsigned video_height,
H A Dvl_matrix_filter.h50 unsigned video_width, unsigned video_height,
H A Dvl_deint_filter.c237 unsigned video_width, unsigned video_height,
248 assert(video_width && video_height);
253 filter->video_width = video_width;
266 templ.width = video_width;
325 sizes.x = 1.0f / video_width;
425 if (bufs[i]->width < filter->video_width ||
236 vl_deint_filter_init(struct vl_deint_filter * filter,struct pipe_context * pipe,unsigned video_width,unsigned video_height,bool skip_chroma,bool spatial_filter) argument
H A Dvl_matrix_filter.c133 unsigned video_width, unsigned video_height,
145 assert(video_width && video_height);
213 offsets[i].x /= video_width;
132 vl_matrix_filter_init(struct vl_matrix_filter * filter,struct pipe_context * pipe,unsigned video_width,unsigned video_height,unsigned matrix_width,unsigned matrix_height,const float * matrix_values) argument
H A Dvl_bicubic_filter.c151 create_frag_shader(struct vl_bicubic_filter *filter, unsigned video_width, argument
198 ureg_src(t_array[21]), ureg_imm2f(shader, video_width, video_height));
205 ureg_src(t_array[22]), ureg_imm2f(shader, video_width, video_height));
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_deint_filter.h48 unsigned video_width, video_height; member in struct:vl_deint_filter
56 unsigned video_width, unsigned video_height,
H A Dvl_matrix_filter.h50 unsigned video_width, unsigned video_height,
H A Dvl_deint_filter.c237 unsigned video_width, unsigned video_height,
248 assert(video_width && video_height);
253 filter->video_width = video_width;
265 templ.width = video_width;
324 sizes.x = 1.0f / video_width;
424 if (bufs[i]->width < filter->video_width ||
236 vl_deint_filter_init(struct vl_deint_filter * filter,struct pipe_context * pipe,unsigned video_width,unsigned video_height,bool skip_chroma,bool spatial_filter) argument
H A Dvl_matrix_filter.c133 unsigned video_width, unsigned video_height,
145 assert(video_width && video_height);
213 offsets[i].x /= video_width;
132 vl_matrix_filter_init(struct vl_matrix_filter * filter,struct pipe_context * pipe,unsigned video_width,unsigned video_height,unsigned matrix_width,unsigned matrix_height,const float * matrix_values) argument
H A Dvl_bicubic_filter.c151 create_frag_shader(struct vl_bicubic_filter *filter, unsigned video_width, argument
198 ureg_src(t_array[21]), ureg_imm2f(shader, video_width, video_height));
207 ureg_imm2f(shader, 1.0f / video_width, 1.0f / video_height),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Dmixer.c131 vmixer->video_width = *(uint32_t*)parameter_values[i];
153 if (vmixer->video_width < 48 || vmixer->video_width > max_size) {
155 vmixer->video_width, max_size);
275 if (vmixer->video_width > video_buffer->width ||
479 vmixer->video_width, vmixer->video_height,
506 vmixer->video_width, vmixer->video_height,
552 vmixer->video_width, vmixer->video_height,
575 vmixer->video_width, vmixer->video_height);
921 *(uint32_t*)parameter_values[i] = vmixer->video_width;
[all...]
H A Dvdpau_private.h393 unsigned video_width, video_height; member in struct:__anon28234fd00208
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Dmixer.c130 vmixer->video_width = *(uint32_t*)parameter_values[i];
151 if (vmixer->video_width < 48 || vmixer->video_width > max_size) {
153 vmixer->video_width, max_size);
273 if (vmixer->video_width > video_buffer->width ||
480 vmixer->video_width, vmixer->video_height,
507 vmixer->video_width, vmixer->video_height,
553 vmixer->video_width, vmixer->video_height,
576 vmixer->video_width, vmixer->video_height);
922 *(uint32_t*)parameter_values[i] = vmixer->video_width;
[all...]
H A Dvdpau_private.h420 unsigned video_width, video_height; member in struct:__anon1aa2fad70208
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dpostproc.c256 if (context->deint && (context->deint->video_width != current->width ||
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpostproc.c255 if (context->deint && (context->deint->video_width != current->width ||

Completed in 12 milliseconds