Searched refs:byte_pos (Results 1 – 2 of 2) sorted by relevance
534 int32 byte_pos; in movePointerTo() local540 byte_pos = pos >> 3; in movePointerTo()542 if (byte_pos > stream->data_end_pos) in movePointerTo()544 byte_pos = stream->data_end_pos; in movePointerTo()547 stream->read_point = byte_pos & -4; in movePointerTo()554 PV_BitstreamFlushBits(stream, ((pos & 0x7) + ((byte_pos & 0x3) << 3))); in movePointerTo()658 int32 byte_pos = (stream->bitcnt >> 3); in PVLocateM4VFrameBoundary() local661 ptr = stream->bitstreamBuffer + byte_pos; in PVLocateM4VFrameBoundary()663 …stream->data_end_pos = PVLocateFrameHeader(ptr, (int32)stream->data_end_pos - byte_pos) + byte_pos; in PVLocateM4VFrameBoundary()669 int32 byte_pos = (stream->bitcnt >> 3); in PVLocateH263FrameBoundary() local[all …]
66 uint32 byte_pos; in movePointerTo() local72 byte_pos = pos >> 3; in movePointerTo()74 if (byte_pos > (psBits->numBytes - psBits->bytePos)) in movePointerTo()76 byte_pos = (psBits->numBytes - psBits->bytePos); in movePointerTo()79 psBits->bytePos = byte_pos & -4; in movePointerTo()81 FlushBits(psBits, ((pos & 0x7) + ((byte_pos & 0x3) << 3))); in movePointerTo()