Home | History | Annotate | Download | only in src

Lines Matching refs:codeNum

929     \param "codeNum" "Pointer to the value of the codeNum."
932 AVCEnc_Status ue_v(AVCEncBitstream *bitstream, uint codeNum);
952 This function creates Exp-Golomb codeword from codeNum.
954 \param "codeNum" "Pointer to the codeNum value."
957 AVCEnc_Status SetEGBitstring(AVCEncBitstream *bitstream, uint codeNum);
961 by calling ue_v() and then mapping the CBP to the corresponding VLC codeNum.