Searched refs:bitBuf (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 1254 int bitBuf = *bitBufP, bitCnt = *bitCntP; in stbiw__jpg_writeBits() local 1256 bitBuf |= bs[0] << (24 - bitCnt); in stbiw__jpg_writeBits() 1258 unsigned char c = (bitBuf >> 16) & 255; in stbiw__jpg_writeBits() 1263 bitBuf <<= 8; in stbiw__jpg_writeBits() 1266 *bitBufP = bitBuf; in stbiw__jpg_writeBits() 1328 static int stbiw__jpg_processDU(stbi__write_context *s, int *bitBuf, int *bitCnt, float *CDU, int d… in stbiw__jpg_processDU() argument 1358 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTDC[0]); in stbiw__jpg_processDU() 1362 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTDC[bits[1]]); in stbiw__jpg_processDU() 1363 stbiw__jpg_writeBits(s, bitBuf, bitCnt, bits); in stbiw__jpg_processDU() 1371 stbiw__jpg_writeBits(s, bitBuf, bitCnt, EOB); in stbiw__jpg_processDU() [all …]
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 1254 int bitBuf = *bitBufP, bitCnt = *bitCntP; in stbiw__jpg_writeBits() local 1256 bitBuf |= bs[0] << (24 - bitCnt); in stbiw__jpg_writeBits() 1258 unsigned char c = (bitBuf >> 16) & 255; in stbiw__jpg_writeBits() 1263 bitBuf <<= 8; in stbiw__jpg_writeBits() 1266 *bitBufP = bitBuf; in stbiw__jpg_writeBits() 1328 static int stbiw__jpg_processDU(stbi__write_context *s, int *bitBuf, int *bitCnt, float *CDU, int d… in stbiw__jpg_processDU() argument 1358 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTDC[0]); in stbiw__jpg_processDU() 1362 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTDC[bits[1]]); in stbiw__jpg_processDU() 1363 stbiw__jpg_writeBits(s, bitBuf, bitCnt, bits); in stbiw__jpg_processDU() 1371 stbiw__jpg_writeBits(s, bitBuf, bitCnt, EOB); in stbiw__jpg_processDU() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | mp4_utils.cpp | 53 uint32 bitBuf = in read_bit_field() local 56 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size); in read_bit_field()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | mp4_utils.cpp | 53 uint32 bitBuf = in read_bit_field() local 56 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size); in read_bit_field()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | mp4_utils.cpp | 53 uint32 bitBuf = in read_bit_field() local 56 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size); in read_bit_field()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | mp4_utils.cpp | 59 uint32 bitBuf = in read_bit_field() local 62 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size); in read_bit_field()
|