| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_deint_filter.h | 48 unsigned video_width, video_height; member in struct:vl_deint_filter 56 unsigned video_width, unsigned video_height,
|
| H A D | vl_matrix_filter.h | 50 unsigned video_width, unsigned video_height,
|
| H A D | vl_deint_filter.c | 237 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 D | vl_matrix_filter.c | 133 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 D | vl_bicubic_filter.c | 151 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 D | vl_deint_filter.h | 48 unsigned video_width, video_height; member in struct:vl_deint_filter 56 unsigned video_width, unsigned video_height,
|
| H A D | vl_matrix_filter.h | 50 unsigned video_width, unsigned video_height,
|
| H A D | vl_deint_filter.c | 237 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 D | vl_matrix_filter.c | 133 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 D | vl_bicubic_filter.c | 151 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 D | mixer.c | 131 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 D | vdpau_private.h | 393 unsigned video_width, video_height; member in struct:__anon28234fd00208
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/ |
| H A D | mixer.c | 130 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 D | vdpau_private.h | 420 unsigned video_width, video_height; member in struct:__anon1aa2fad70208
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| H A D | postproc.c | 256 if (context->deint && (context->deint->video_width != current->width ||
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/ |
| H A D | postproc.c | 255 if (context->deint && (context->deint->video_width != current->width ||
|