Lines Matching refs:buf_width
1928 u32 buf_height = 0, buf_width = 0; in wave5_vpu_enc_register_framebuffer() local
1947 buf_width = ALIGN(p_open_param->pic_width, 16); in wave5_vpu_enc_register_framebuffer()
1953 buf_width = ALIGN(p_open_param->pic_width, 16); in wave5_vpu_enc_register_framebuffer()
1958 buf_width = ALIGN(p_open_param->pic_height, 16); in wave5_vpu_enc_register_framebuffer()
1962 buf_width = ALIGN(p_open_param->pic_width, 8); in wave5_vpu_enc_register_framebuffer()
1968 buf_width = ALIGN(p_open_param->pic_width, 32); in wave5_vpu_enc_register_framebuffer()
1973 buf_width = ALIGN(p_open_param->pic_height, 32); in wave5_vpu_enc_register_framebuffer()
1978 pic_size = (buf_width << 16) | buf_height; in wave5_vpu_enc_register_framebuffer()
1981 mv_col_size = WAVE5_ENC_AVC_BUF_SIZE(buf_width, buf_height); in wave5_vpu_enc_register_framebuffer()
1985 mv_col_size = WAVE5_ENC_HEVC_BUF_SIZE(buf_width, buf_height); in wave5_vpu_enc_register_framebuffer()
1997 fbc_y_tbl_size = ALIGN(WAVE5_FBC_LUMA_TABLE_SIZE(buf_width, buf_height), 16); in wave5_vpu_enc_register_framebuffer()
1998 fbc_c_tbl_size = ALIGN(WAVE5_FBC_CHROMA_TABLE_SIZE(buf_width, buf_height), 16); in wave5_vpu_enc_register_framebuffer()
2017 sub_sampled_size = WAVE5_SUBSAMPLED_ONE_SIZE_AVC(buf_width, buf_height); in wave5_vpu_enc_register_framebuffer()
2019 sub_sampled_size = WAVE5_SUBSAMPLED_ONE_SIZE(buf_width, buf_height); in wave5_vpu_enc_register_framebuffer()
2054 luma_stride = calculate_luma_stride(buf_width, bit_depth); in wave5_vpu_enc_register_framebuffer()
2055 chroma_stride = calculate_chroma_stride(buf_width / 2, bit_depth); in wave5_vpu_enc_register_framebuffer()