Home | History | Annotate | Download | only in source

Lines Matching refs:stream_index

176   bit_stream->stream_index = 0;
331 transcodingParam.stream_index = ISACencLB_obj->bitstr_obj.stream_index;
334 ISACencLB_obj->bitstr_obj.stream[ISACencLB_obj->bitstr_obj.stream_index -
337 ISACencLB_obj->bitstr_obj.stream[ISACencLB_obj->bitstr_obj.stream_index -
340 ISACencLB_obj->bitstr_obj.stream[ISACencLB_obj->bitstr_obj.stream_index];
368 bytesLeftSpecCoding = payloadLimitBytes - transcodingParam.stream_index;
409 while ((ISACencLB_obj->bitstr_obj.stream_index > payloadLimitBytes) ||
439 bytesSpecCoderUsed = ISACencLB_obj->bitstr_obj.stream_index -
440 transcodingParam.stream_index;
472 ISACencLB_obj->bitstr_obj.stream_index = transcodingParam.stream_index;
474 ISACencLB_obj->bitstr_obj.stream[transcodingParam.stream_index - 2] =
476 ISACencLB_obj->bitstr_obj.stream[transcodingParam.stream_index - 1] =
478 ISACencLB_obj->bitstr_obj.stream[transcodingParam.stream_index] =
487 bytesLeftSpecCoding = payloadLimitBytes - transcodingParam.stream_index;
557 bytesSpecCoderUsed = ISACencUB_obj->bitstr_obj.stream_index -
558 transcodingParam->stream_index;
594 ISACencUB_obj->bitstr_obj.stream_index = transcodingParam->stream_index;
596 ISACencUB_obj->bitstr_obj.stream[transcodingParam->stream_index - 2] =
598 ISACencUB_obj->bitstr_obj.stream[transcodingParam->stream_index - 1] =
600 ISACencUB_obj->bitstr_obj.stream[transcodingParam->stream_index] =
624 ISACencUB_obj->bitstr_obj.stream_index;
639 } while ((ISACencUB_obj->bitstr_obj.stream_index > payloadLimitBytes) ||
727 transcodingParam.stream_index = ISACencUB_obj->bitstr_obj.stream_index;
731 ISACencUB_obj->bitstr_obj.stream[ISACencUB_obj->bitstr_obj.stream_index -
734 ISACencUB_obj->bitstr_obj.stream[ISACencUB_obj->bitstr_obj.stream_index -
737 ISACencUB_obj->bitstr_obj.stream[ISACencUB_obj->bitstr_obj.stream_index];
761 ISACencUB_obj->bitstr_obj.stream_index;
815 if ((ISACencUB_obj->bitstr_obj.stream_index > payloadLimitBytes) ||
915 transcodingParam.stream_index = ISACencUB_obj->bitstr_obj.stream_index;
918 ISACencUB_obj->bitstr_obj.stream[ISACencUB_obj->bitstr_obj.stream_index -
921 ISACencUB_obj->bitstr_obj.stream[ISACencUB_obj->bitstr_obj.stream_index -
924 ISACencUB_obj->bitstr_obj.stream[ISACencUB_obj->bitstr_obj.stream_index];
955 ISACencUB_obj->bitstr_obj.stream_index;
984 if ((ISACencUB_obj->bitstr_obj.stream_index > payloadLimitBytes) ||