Searched refs:iQuant (Results 1 – 8 of 8) sorted by relevance
181 Int iQuant[2]; member
70 5. Qp for I-Vop(parameter name: `iQuant`)87 | `iQuant` | In the range `1 to 31` | All the bits of 8th byte of data |
102 mEncodeHandle->iQuant[0] = (data[IDX_I_FRAME_QP] % kMaxQP) + 1; in initEncoder()
159 encParams.iQuant[0] = 15; in main()
120 mEncodeHandle->iQuant[0] = 15; in initEncoderParams()
138 mEncParams->iQuant[0] = 15; in initEncParams()
336 mEncParams->iQuant[0] = 15; in initEncParams()
328 if (encOption->iQuant[i] >= 1 && encOption->iQuant[i] <= 31) in PVInitVideoEncoder()330 encParams->InitQuantIvop[i] = encOption->iQuant[i]; in PVInitVideoEncoder()