Searched refs:mv_col_size (Results 1 – 1 of 1) sorted by relevance
782 mv_col_size = 0; in wave5_vpu_dec_register_framebuffer()792 mv_col_size = WAVE5_DEC_HEVC_BUF_SIZE(init_info->pic_width, in wave5_vpu_dec_register_framebuffer()796 mv_col_size = WAVE5_DEC_AVC_BUF_SIZE(init_info->pic_width, in wave5_vpu_dec_register_framebuffer()804 size = ALIGN(ALIGN(mv_col_size, 16), BUFFER_MARGIN) + BUFFER_MARGIN; in wave5_vpu_dec_register_framebuffer()1956 mv_col_size = 0; in wave5_vpu_enc_register_framebuffer()1997 mv_col_size = WAVE5_ENC_AVC_BUF_SIZE(buf_width, buf_height); in wave5_vpu_enc_register_framebuffer()1999 vb_mv.size = ALIGN(mv_col_size * count, BUFFER_MARGIN) + BUFFER_MARGIN; in wave5_vpu_enc_register_framebuffer()2001 mv_col_size = WAVE5_ENC_HEVC_BUF_SIZE(buf_width, buf_height); in wave5_vpu_enc_register_framebuffer()2002 mv_col_size = ALIGN(mv_col_size, 16); in wave5_vpu_enc_register_framebuffer()2004 vb_mv.size = ALIGN(mv_col_size * count, BUFFER_MARGIN) + BUFFER_MARGIN; in wave5_vpu_enc_register_framebuffer()[all …]