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

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

Completed in 45 milliseconds