Home | History | Annotate | Download | only in src

Lines Matching refs:read_point

66     v = bitstreamBuffer + stream->read_point;
68 if (stream->read_point > stream->data_end_pos - 4)
70 if (stream->data_end_pos <= stream->read_point)
79 for (i = 0; i < stream->data_end_pos - stream->read_point; i++)
84 stream->read_point = stream->data_end_pos;
105 stream->read_point += 4;
151 stream->read_point = stream->data_end_pos;
417 if (stream->read_point >= stream->data_end_pos && stream->incnt <= 0) return PV_END_OF_VOP;
544 stream->read_point = byte_pos & -4;
545 stream->bitcnt = stream->read_point << 3;;