Home
last modified time | relevance | path

Searched refs:ALIGN_TO_16 (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
Dvsp_compose.c46 #define ALIGN_TO_16(value) ((value + 16 - 1) & ~(16 - 1)) macro
99 yuv_width = ALIGN_TO_16(yuv_surface->width); in vsp_compose_process_pipeline_param()
103 out_width = ALIGN_TO_16(output_surface->width); in vsp_compose_process_pipeline_param()
107 rgb_width = ALIGN_TO_16(rgb_surface->width); in vsp_compose_process_pipeline_param()
108 rgb_height = ALIGN_TO_16(rgb_surface->height); in vsp_compose_process_pipeline_param()
Dvsp_VPP.c63 #define ALIGN_TO_16(value) ((value + 16 - 1) & ~(16 - 1)) macro
566 width = ALIGN_TO_16(input_surface->width); in vsp__VPP_process_pipeline_param()
655 width = ALIGN_TO_16(cur_output_surf->height_origin); in vsp__VPP_process_pipeline_param()
665 width = ALIGN_TO_16(cur_output_surf->width); in vsp__VPP_process_pipeline_param()