Home
last modified time | relevance | path

Searched refs:transform_8x8_mode (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_pps.c72 pps->transform_8x8_mode = codec->transform8x8_mode; in h264e_pps_update()
89 if (pps->transform_8x8_mode) { in h264e_pps_update()
90 pps->transform_8x8_mode = 0; in h264e_pps_update()
162 if (pps->transform_8x8_mode || in h264e_pps_to_packet()
166 mpp_writer_put_bits(bit, pps->transform_8x8_mode, 1); in h264e_pps_to_packet()
173 RK_S32 count = pps->transform_8x8_mode ? 8 : 6; in h264e_pps_to_packet()
H A Dh264e_pps.h52 RK_S32 transform_8x8_mode; member
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c362 if (pps->transform_8x8_mode) in hal_h264e_vepu1_gen_regs_v2()
H A Dhal_h264e_vepu2_v2.c403 if (pps->transform_8x8_mode) in hal_h264e_vepu2_gen_regs_v2()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c564 regs->reg105.trns_8x8 = pps->transform_8x8_mode; in setup_vepu541_codec()
H A Dhal_h264e_vepu540c.c548 regs->reg_base.synt_pps.trns_8x8 = pps->transform_8x8_mode; in setup_vepu540c_codec()
H A Dhal_h264e_vepu580.c893 regs->reg_base.synt_pps.trns_8x8 = pps->transform_8x8_mode; in setup_vepu580_codec()