Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c122 RK_U8 constraint_force = (set >> 0) & 0x3f; in h264e_sps_update() local
126 sps->constraint_set0 = (constraint_force & 1) ? 1 : 0; in h264e_sps_update()
128 sps->constraint_set1 = (constraint_force & 2) ? 1 : 0; in h264e_sps_update()
130 sps->constraint_set2 = (constraint_force & 4) ? 1 : 0; in h264e_sps_update()
132 sps->constraint_set3 = (constraint_force & 8) ? 1 : 0; in h264e_sps_update()
134 sps->constraint_set4 = (constraint_force & 16) ? 1 : 0; in h264e_sps_update()
136 sps->constraint_set5 = (constraint_force & 32) ? 1 : 0; in h264e_sps_update()