Home
last modified time | relevance | path

Searched refs:ALIGN_TO_128 (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
Dvsp_VPP.c62 #define ALIGN_TO_128(value) ((value + 128 - 1) & ~(128 - 1)) macro
297 ctx->pic_param_sz = ALIGN_TO_128(sizeof(struct VssProcPictureParameterBuffer)); in vsp_VPP_CreateContext()
299 ctx->end_param_sz = ALIGN_TO_128(sizeof(struct VssProcPictureParameterBuffer)); in vsp_VPP_CreateContext()
302 ctx->pipeline_param_sz = ALIGN_TO_128(sizeof(struct VssProcPipelineParameterBuffer)); in vsp_VPP_CreateContext()
304 ctx->denoise_param_sz = ALIGN_TO_128(sizeof(struct VssProcDenoiseParameterBuffer)); in vsp_VPP_CreateContext()
306 ctx->enhancer_param_sz = ALIGN_TO_128(sizeof(struct VssProcColorEnhancementParameterBuffer)); in vsp_VPP_CreateContext()
308 ctx->sharpen_param_sz = ALIGN_TO_128(sizeof(struct VssProcSharpenParameterBuffer)); in vsp_VPP_CreateContext()
310 ctx->frc_param_sz = ALIGN_TO_128(sizeof(struct VssProcFrcParameterBuffer)); in vsp_VPP_CreateContext()
312 ctx->compose_param_sz = ALIGN_TO_128(sizeof(struct VssWiDi_ComposeSequenceParameterBuffer)); in vsp_VPP_CreateContext()
Dvsp_vp8.c49 #define ALIGN_TO_128(value) ((value + 128 - 1) & ~(128 - 1)) macro
228 ctx->pic_param_sz = ALIGN_TO_128(sizeof(struct VssVp8encPictureParameterBuffer)); in vsp_VP8_CreateContext()
230 ctx->seq_param_sz = ALIGN_TO_128(sizeof(struct VssVp8encSequenceParameterBuffer)); in vsp_VP8_CreateContext()
232 ctx->ref_param_sz = ALIGN_TO_128(sizeof(ref_frame_surface)); in vsp_VP8_CreateContext()
Dvsp_compose.c45 #define ALIGN_TO_128(value) ((value + 128 - 1) & ~(128 - 1)) macro