Searched refs:BitstreamReadBits (Results 1 – 6 of 6) sorted by relevance
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
D | residual.cpp | 47 status = BitstreamReadBits(stream, 8, (uint*) & byte0); in DecodeIntraPCM() 48 status = BitstreamReadBits(stream, 8, (uint*) & byte1); in DecodeIntraPCM() 50 status = BitstreamReadBits(stream, 8, (uint*) & byte1); in DecodeIntraPCM() 52 status = BitstreamReadBits(stream, 8, (uint*) & byte1); in DecodeIntraPCM() 56 status = BitstreamReadBits(stream, 8, (uint*) & byte0); in DecodeIntraPCM() 57 status = BitstreamReadBits(stream, 8, (uint*) & byte1); in DecodeIntraPCM() 59 status = BitstreamReadBits(stream, 8, (uint*) & byte1); in DecodeIntraPCM() 61 status = BitstreamReadBits(stream, 8, (uint*) & byte1); in DecodeIntraPCM() 65 status = BitstreamReadBits(stream, 8, (uint*) & byte0); in DecodeIntraPCM() 66 status = BitstreamReadBits(stream, 8, (uint*) & byte1); in DecodeIntraPCM() [all …]
|
D | header.cpp | 37 BitstreamReadBits(stream, 8, &profile_idc); in DecodeSPS() 45 BitstreamReadBits(stream, 5, &temp); in DecodeSPS() 46 BitstreamReadBits(stream, 8, &level_idc); in DecodeSPS() 184 BitstreamReadBits(stream, 8, &aspect_ratio_idc); in vui_parameters() 188 BitstreamReadBits(stream, 16, &temp); in vui_parameters() 190 BitstreamReadBits(stream, 16, &temp); in vui_parameters() 203 BitstreamReadBits(stream, 3, &video_format); in vui_parameters() 210 BitstreamReadBits(stream, 8, &temp); in vui_parameters() 212 BitstreamReadBits(stream, 8, &temp); in vui_parameters() 214 BitstreamReadBits(stream, 8, &temp); in vui_parameters() [all …]
|
D | vlc.cpp | 113 BitstreamReadBits(bitstream, (leading_zeros << 1) + 1, &temp); in ue_v() 138 BitstreamReadBits(bitstream, (leading_zeros << 1) + 1, &temp); in se_v() 209 BitstreamReadBits(bitstream, *leadingZeros, (uint*)&info_temp); in GetEGBitstring32bit() 217 BitstreamReadBits(bitstream, 16, (uint*)&info_temp); in GetEGBitstring32bit() 222 BitstreamReadBits(bitstream, *leadingZeros, (uint*)&info_temp); in GetEGBitstring32bit() 446 BitstreamReadBits(stream, 6, &code); in ce_TotalCoeffTrailingOnes() 486 BitstreamReadBits(stream, 6, &code); in ce_TotalCoeffTrailingOnes() 796 BitstreamReadBits(stream, 3, &temp); in ce_RunBefore()
|
D | avcdec_bitstream.h | 71 AVCDec_Status BitstreamReadBits(AVCDecBitstream *stream, int nBits, uint *code);
|
D | avc_bitstream.cpp | 170 AVCDec_Status BitstreamReadBits(AVCDecBitstream *stream, int nBits, uint *code) in BitstreamReadBits() function
|
D | slice.cpp | 636 BitstreamReadBits(stream, 3, (uint*)&(rem_intra4x4_pred_mode[bindx])); in DecodeIntra4x4Mode()
|