Home
last modified time | relevance | path

Searched refs:my_index (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dencode.c211 int my_index; in WebRtcIsac_EncodeLb() local
390 my_index = ISACencLB_obj->SaveEnc_obj.startIdx * FRAMESAMPLES_HALF; in WebRtcIsac_EncodeLb()
391 memcpy(&ISACencLB_obj->SaveEnc_obj.fre[my_index], fre, sizeof(fre)); in WebRtcIsac_EncodeLb()
392 memcpy(&ISACencLB_obj->SaveEnc_obj.fim[my_index], fim, sizeof(fim)); in WebRtcIsac_EncodeLb()
468 my_index = ISACencLB_obj->SaveEnc_obj.startIdx * FRAMESAMPLES_HALF; in WebRtcIsac_EncodeLb()
469 memcpy(&ISACencLB_obj->SaveEnc_obj.fre[my_index], fre, sizeof(fre)); in WebRtcIsac_EncodeLb()
470 memcpy(&ISACencLB_obj->SaveEnc_obj.fim[my_index], fim, sizeof(fim)); in WebRtcIsac_EncodeLb()
/external/v8/src/debug/
Dliveedit.js567 var my_index = index;
571 code_info_array[index].outer_index == my_index) {
574 var node = new CodeInfoTreeNode(code_info_array[my_index], child_array,
575 my_index);
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
Delement.py211 my_index = self.parent.index(self)
213 old_parent.insert(my_index, replace_with)
219 my_index = self.parent.index(self)
222 my_parent.insert(my_index, child)