Searched refs:pic_height (Results 1 – 10 of 10) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu541.c | 728 RK_U32 ver_stride = syn->pp.ver_stride ? syn->pp.ver_stride : syn->pp.pic_height; in vepu541_h265_set_patch_info() 982 mb_h64 = (syn->pp.pic_height + 63) / 64; in vepu541_h265_set_rc_regs() 1252 if (syn->pp.pic_height < merangy + 60 || syn->pp.pic_height <= 288) { in vepu541_h265_set_me_regs() 1253 if (merangy > syn->pp.pic_height) { in vepu541_h265_set_me_regs() 1254 merangy = syn->pp.pic_height; in vepu541_h265_set_me_regs() 1514 pic_height_align8 = (syn->pp.pic_height + 7) & (~7); in hal_h265e_v541_gen_regs() 1516 pic_h64 = (syn->pp.pic_height + 63) / 64; in hal_h265e_v541_gen_regs() 1543 regs->enc_rsl.pic_hfill = (syn->pp.pic_height & 0x7) in hal_h265e_v541_gen_regs() 1544 ? (8 - (syn->pp.pic_height & 0x7)) : 0; in hal_h265e_v541_gen_regs() 1641 RK_S32 mb_h = MPP_ALIGN(syn->pp.pic_height, 64) / 64; in hal_h265e_v540_set_uniform_tile()
|
| H A D | hal_h265e_vepu580.c | 1635 RK_U32 ver_stride = syn->pp.ver_stride ? syn->pp.ver_stride : syn->pp.pic_height; in vepu580_h265_set_patch_info() 1902 mb_h64 = (syn->pp.pic_height + 63) / 64; in vepu580_h265_set_rc_regs() 2336 if (syn->pp.pic_height < merangy + 60 || syn->pp.pic_height <= 288) { in vepu580_h265_set_me_regs() 2337 if (merangy > syn->pp.pic_height) { in vepu580_h265_set_me_regs() 2338 merangy = syn->pp.pic_height; in vepu580_h265_set_me_regs() 2480 RK_U32 max_tile_buf_size = MPP_ALIGN(((MPP_ALIGN(syn->pp.pic_height, 64) + 64) << 5), 256); in vepu580_h265_set_hw_address() 2692 pic_height_align8 = (syn->pp.pic_height + 7) & (~7); in hal_h265e_v580_gen_regs() 2694 pic_h64 = (syn->pp.pic_height + 63) / 64; in hal_h265e_v580_gen_regs() 2746 reg_base->reg0197_src_fill.pic_hfill = (syn->pp.pic_height & 0x7) in hal_h265e_v580_gen_regs() 2747 ? (8 - (syn->pp.pic_height & 0x7)) : 0; in hal_h265e_v580_gen_regs() [all …]
|
| H A D | hal_h265e_vepu540c.c | 613 RK_U32 ver_stride = syn->pp.ver_stride ? syn->pp.ver_stride : syn->pp.pic_height; in vepu540c_h265_set_patch_info() 717 RK_S32 mb_h32 = (syn->pp.pic_height + 31) / 32; in vepu540c_h265_set_rc_regs() 1207 pic_height_align8 = (syn->pp.pic_height + 7) & (~7); in hal_h265e_v540c_gen_regs() 1209 pic_h32 = (syn->pp.pic_height + 31) / 32; in hal_h265e_v540c_gen_regs() 1265 reg_base->reg0197_src_fill.pic_hfill = (syn->pp.pic_height & 0x7) in hal_h265e_v540c_gen_regs() 1266 ? (8 - (syn->pp.pic_height & 0x7)) : 0; in hal_h265e_v540c_gen_regs()
|
| H A D | hal_h265e_vepu510.c | 1209 RK_U32 ver_stride = syn->pp.ver_stride ? syn->pp.ver_stride : syn->pp.pic_height; in vepu510_h265_set_patch_info() 1308 RK_S32 mb_h32 = (syn->pp.pic_height + 31) / 32; in vepu510_h265_set_rc_regs() 1951 pic_height_align8 = (syn->pp.pic_height + 7) & (~7); in hal_h265e_v510_gen_regs() 1953 pic_h32 = (syn->pp.pic_height + 31) / 32; in hal_h265e_v510_gen_regs() 2000 reg_frm->common.src_fill.pic_hfill = (syn->pp.pic_height & 0x7) in hal_h265e_v510_gen_regs() 2001 ? (8 - (syn->pp.pic_height & 0x7)) : 0; in hal_h265e_v510_gen_regs()
|
| H A D | hal_h265e_vepu511.c | 604 RK_U32 ver_stride = syn->pp.ver_stride ? syn->pp.ver_stride : syn->pp.pic_height; in vepu511_h265_set_patch_info() 870 pic_height_align8 = (syn->pp.pic_height + 7) & (~7); in vepu511_h265_set_prep() 872 pic_h32 = (syn->pp.pic_height + 31) / 32; in vepu511_h265_set_prep() 878 reg_frm->common.src_fill.pic_hfill = (syn->pp.pic_height & 0x7) in vepu511_h265_set_prep() 879 ? (8 - (syn->pp.pic_height & 0x7)) : 0; in vepu511_h265_set_prep() 1268 RK_S32 mb_h32 = (syn->pp.pic_height + 31) / 32; in vepu511_h265_set_rc_regs()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_vdpu384a.c | 158 RK_U32 pic_width, pic_height; in prepare_spspps() local 162 pic_height = 16 * (pp->wFrameHeightInMbsMinus1 + 1); in prepare_spspps() 163 pic_height *= (2 - pp->frame_mbs_only_flag); in prepare_spspps() 164 pic_height /= (1 + pp->field_pic_flag); in prepare_spspps() 178 mpp_put_bits(&bp, pic_height, 16); in prepare_spspps()
|
| H A D | hal_h264d_vdpu383.c | 171 RK_U32 pic_width, pic_height; in prepare_spspps() local 175 pic_height = 16 * (pp->wFrameHeightInMbsMinus1 + 1); in prepare_spspps() 176 pic_height *= (2 - pp->frame_mbs_only_flag); in prepare_spspps() 177 pic_height /= (1 + pp->field_pic_flag); in prepare_spspps() 191 mpp_put_bits(&bp, pic_height, 16); in prepare_spspps()
|
| /rockchip-linux_mpp/mpp/common/ |
| H A D | h265e_syntax_new.h | 29 RK_U16 pic_height; member
|
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_syntax.c | 49 pp->pic_height = h->cfg->prep.height; in fill_picture_parameters()
|
| /rockchip-linux_mpp/mpp/hal/vpu/av1d/ |
| H A D | hal_av1d_vdpu.c | 173 RK_U32 pic_height = MPP_ALIGN(dxva->height, 64); in vdpu_av1d_filtermem_alloc() local 174 RK_U32 height_in_sb = pic_height / 64; in vdpu_av1d_filtermem_alloc() 175 RK_U32 stripe_num = ((pic_height + 8) + 63) / 64; in vdpu_av1d_filtermem_alloc() 187 filt_info[DB_DATA_COL].size = MPP_ALIGN(pic_height * 12 * max_bit_depth / 8, 128); in vdpu_av1d_filtermem_alloc() 193 filt_info[DB_CTRL_COL].size = MPP_ALIGN(pic_height * 2 * 16 / 4, 128); in vdpu_av1d_filtermem_alloc()
|