Searched refs:streamLenLB (Results 1 – 1 of 1) sorted by relevance
495 WebRtc_Word16 streamLenLB = 0; in WebRtcIsac_Encode() local544 streamLenLB = WebRtcIsac_EncodeLb(inFrame, &instLB->ISACencLB_obj, in WebRtcIsac_Encode()546 if (streamLenLB < 0) { in WebRtcIsac_Encode()566 instUB->ISACencUB_obj.numBytesUsed = streamLenLB + 1 + in WebRtcIsac_Encode()592 if (streamLenLB == 0) { in WebRtcIsac_Encode()607 memcpy(ptrEncodedUW8, instLB->ISACencLB_obj.bitstr_obj.stream, streamLenLB); in WebRtcIsac_Encode()608 streamLen = streamLenLB; in WebRtcIsac_Encode()610 ptrEncodedUW8[streamLenLB] = (WebRtc_UWord8)(streamLenUB + 1 + in WebRtcIsac_Encode()612 memcpy(&ptrEncodedUW8[streamLenLB + 1], in WebRtcIsac_Encode()614 streamLen += ptrEncodedUW8[streamLenLB]; in WebRtcIsac_Encode()[all …]