Lines Matching refs:blend_width
189 : blend_width (0) in PyramidLayer()
326 this->blend_width = XCAM_ALIGN_UP (merge0_rect.width, XCAM_CL_BLENDER_ALIGNMENT_X); in bind_buf_to_layer0()
353 cl_desc.width = XCAM_ALIGN_UP (this->blend_width, XCAM_CL_BLENDER_ALIGNMENT_X) / 8; in bind_buf_to_layer0()
374 XCAM_ASSERT (this->blend_width && this->blend_height); in init_layer0()
377 this->mask_width[0] = this->blend_width; in init_layer0()
408 cl_desc.width = this->blend_width / 8; in init_layer0()
440 cl_desc_set.width = XCAM_ALIGN_UP (this->blend_width, XCAM_CL_BLENDER_ALIGNMENT_X) / 8; in build_cl_images()
455 cl_desc_set.width = XCAM_ALIGN_UP (this->blend_width, XCAM_CL_BLENDER_ALIGNMENT_X) / 8; in build_cl_images()
559 uint32_t mask_size = to.blend_width * sizeof (float); in gauss_fill_mask()
565 to.mask_width[0] = to.blend_width; in gauss_fill_mask()
575 for (i = 0; i < (int)to.blend_width; ++i) { in gauss_fill_mask()
608 (window.width != (int32_t)_pyramid_layers[0].blend_width || in allocate_cl_buffers()
622 _pyramid_layers[index].blend_width = (_pyramid_layers[index - 1].blend_width + 1) / 2; in allocate_cl_buffers()
652 _seam_width = layer0.blend_width; in init_seam_buffers()
663 XCAM_ASSERT (layer0.blend_width > 0 && layer0.blend_height > 0); in init_seam_buffers()