Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_pps.c32 static const uint8_t intra_scl[64] = { variable
198 if (intra_scl[zigzag[run - 1]] != intra_scl[zigzag[run - 2]]) in h264e_pps_to_packet()
201 … mpp_writer_put_se(bit, (int8_t)(intra_scl[zigzag[j]] - (j > 0 ? intra_scl[zigzag[j - 1]] : 8))); in h264e_pps_to_packet()
203 mpp_writer_put_se(bit, (int8_t) - intra_scl[zigzag[run]]); in h264e_pps_to_packet()