Home
last modified time | relevance | path

Searched refs:carry (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_enctropy.c212 RK_U32 carry = leadByte >> 8; in h265e_cabac_writeOut() local
213 RK_U32 byteTowrite = cabac_ctx->m_bufferedByte + carry; in h265e_cabac_writeOut()
216 byteTowrite = (0xff + carry) & 0xff; in h265e_cabac_writeOut()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_slice.c812 RK_S32 carry = out >> 8; in h264e_cabac_putbyte() local
816 mpp_writer_put_bits(s, carry, ctx->queue & 0x7); in h264e_cabac_putbyte()
819 mpp_writer_put_bits(s, carry - 1, 8); in h264e_cabac_putbyte()
/rockchip-linux_mpp/doc/design/
H A D1.mpp_design.txt95 set to communicate with mpp. MppTask can carry different meta data and complete
/rockchip-linux_mpp/LICENSES/
H A DApache-2.0106 b. You must cause any modified files to carry prominent notices stating