Searched refs:my_index (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | encode.c | 210 int my_index; in WebRtcIsac_EncodeLb() local 388 my_index = ISACencLB_obj->SaveEnc_obj.startIdx * FRAMESAMPLES_HALF; in WebRtcIsac_EncodeLb() 389 memcpy(&ISACencLB_obj->SaveEnc_obj.fre[my_index], fre, sizeof(fre)); in WebRtcIsac_EncodeLb() 390 memcpy(&ISACencLB_obj->SaveEnc_obj.fim[my_index], fim, sizeof(fim)); in WebRtcIsac_EncodeLb() 466 my_index = ISACencLB_obj->SaveEnc_obj.startIdx * FRAMESAMPLES_HALF; in WebRtcIsac_EncodeLb() 467 memcpy(&ISACencLB_obj->SaveEnc_obj.fre[my_index], fre, sizeof(fre)); in WebRtcIsac_EncodeLb() 468 memcpy(&ISACencLB_obj->SaveEnc_obj.fim[my_index], fim, sizeof(fim)); in WebRtcIsac_EncodeLb()
|
/external/v8/src/ |
D | liveedit-debugger.js | 553 var my_index = index; 557 code_info_array[index].outer_index == my_index) { 560 var node = new CodeInfoTreeNode(code_info_array[my_index], child_array, 561 my_index);
|