Lines Matching refs:aligned_pixel_byte
308 RK_U32 aligned_pixel_byte = 0; in mpp_sys_dec_buf_chk_proc() local
357 aligned_pixel_byte = (MPP_ALIGN(aligned_pixel, 256) | 256) * depth >> 3; in mpp_sys_dec_buf_chk_proc()
359 aligned_pixel_byte = MPP_ALIGN(aligned_pixel, 64) * depth >> 3; in mpp_sys_dec_buf_chk_proc()
367 aligned_byte = MPP_ALIGN(aligned_pixel_byte, 64); in mpp_sys_dec_buf_chk_proc()
370 aligned_byte = MPP_ALIGN(aligned_pixel_byte, 64); in mpp_sys_dec_buf_chk_proc()
373 aligned_byte = MPP_ALIGN(aligned_pixel_byte, 64); in mpp_sys_dec_buf_chk_proc()
376 aligned_byte = MPP_ALIGN(aligned_pixel_byte, 16); in mpp_sys_dec_buf_chk_proc()
379 aligned_byte = MPP_ALIGN(aligned_pixel_byte, 16); in mpp_sys_dec_buf_chk_proc()
465 aligned_pixel_byte = cfg->h_stride_by_byte ? cfg->h_stride_by_byte : in mpp_sys_dec_buf_chk_proc()
471 aligned_byte = mpp_sys_cfg_align(SYS_CFG_ALIGN_64, aligned_pixel_byte); in mpp_sys_dec_buf_chk_proc()
476 aligned_pixel_byte); in mpp_sys_dec_buf_chk_proc()
478 aligned_byte = mpp_sys_cfg_align(SYS_CFG_ALIGN_256_ODD, aligned_pixel_byte); in mpp_sys_dec_buf_chk_proc()
482 aligned_byte = mpp_sys_cfg_align(SYS_CFG_ALIGN_16, aligned_pixel_byte); in mpp_sys_dec_buf_chk_proc()
484 aligned_byte = mpp_sys_cfg_align(SYS_CFG_ALIGN_128, aligned_pixel_byte); in mpp_sys_dec_buf_chk_proc()
487 aligned_byte = mpp_sys_cfg_align(SYS_CFG_ALIGN_16, aligned_pixel_byte); in mpp_sys_dec_buf_chk_proc()