Home
last modified time | relevance | path

Searched refs:ind (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/media/module/codecs/amrwb/enc/src/
Disp_isf.c39 Word32 i, ind; in Isp_isf() local
41 ind = 127; /* beging at end of table -1 */ in Isp_isf()
46 ind = 127; /* beging at end of table -1 */ in Isp_isf()
49 while (table[ind] < isp[i]) in Isp_isf()
50 ind--; in Isp_isf()
52 L_tmp = vo_L_mult(vo_sub(isp[i], table[ind]), slope[ind]); in Isp_isf()
54 isf[i] = add1(isf[i], (ind << 7)); in Isp_isf()
68 Word32 i, ind, L_tmp; in Isf_isp() local
78 ind = (isp[i] >> 7); /* ind = b7-b15 of isf[i] */ in Isf_isp()
82 L_tmp = vo_L_mult(vo_sub(table[ind + 1], table[ind]), offset); in Isf_isp()
[all …]
Dc4t64fx.c146 Word16 ind[NPMAXPT * NB_TRACK]; in ACELP_4t64_fx() local
572 ix = ind[0] = pos_max[ipos[0]]; in ACELP_4t64_fx()
573 iy = ind[1] = pos_max[ipos[1]]; in ACELP_4t64_fx()
606 ix = ind[0] = pos_max[ipos[0]]; in ACELP_4t64_fx()
607 iy = ind[1] = pos_max[ipos[1]]; in ACELP_4t64_fx()
608 i = ind[2] = pos_max[ipos[2]]; in ACELP_4t64_fx()
609 j = ind[3] = pos_max[ipos[3]]; in ACELP_4t64_fx()
683 ind[j] = ix; in ACELP_4t64_fx()
684 ind[j + 1] = iy; in ACELP_4t64_fx()
712 codvec[i] = ind[i]; in ACELP_4t64_fx()
[all …]
/frameworks/av/media/module/codecs/amrnb/common/src/
Dlsp_lsf.cpp221 Word16 i, ind, offset; in Lsf_lsp() local
226 ind = lsf[i] >> 8; /* ind = b8-b15 of lsf[i] */ in Lsf_lsp()
231 L_tmp = ((Word32)(table[ind + 1] - table[ind]) * offset) >> 8; in Lsf_lsp()
232 lsp[i] = add(table[ind], (Word16) L_tmp, pOverflow); in Lsf_lsp()
354 Word16 ind; in Lsp_lsf() local
361 ind = 63; /* begin at end of table -1 */ in Lsp_lsf()
367 while (table[ind] < temp) in Lsp_lsf()
369 ind--; in Lsp_lsf()
375 L_tmp = (Word32)(temp - table[ind]) * slope[ind]; in Lsp_lsf()
380 *(p_lsf--) = (Word16)(L_tmp) + (ind << 8); in Lsp_lsf()
Dgmed_n.cpp184 Word16 ind[], /* i : input values */ in gmed_n() argument
196 *(tmp2 + i) = *(ind + i); in gmed_n()
216 return (*(ind + medianIndex)); in gmed_n()
/frameworks/av/media/codec2/docs/
Ddoxyfilter.sh28 def process_comment(t, ind, line):
30 if t != current or ind not in (indent, indent + ' '):
32 current, indent = t, ind
35 def process_line(ind, line):
37 if ind in (indent, ''):
46 ind = re.match(r'^( *)', line).group(1)
51 process_comment('/*', ind, line)
54 process_comment('/*', ind, line)
59 process_comment('//', ind, line)
64 process_comment('/*', ind, line)
[all …]
/frameworks/av/media/module/codecs/amrwb/dec/src/
Dpvamrwbdecoder.cpp327 int16 i, j, i_subfr, index, ind[8], tmp; in pvDecoder_AmrWb() local
494 ind[0] = Serial_parm(8, &prms); /* index of 1st ISP subvector */ in pvDecoder_AmrWb()
495 ind[1] = Serial_parm(8, &prms); /* index of 2nd ISP subvector */ in pvDecoder_AmrWb()
496 ind[2] = Serial_parm(6, &prms); /* index of 3rd ISP subvector */ in pvDecoder_AmrWb()
497 ind[3] = Serial_parm(7, &prms); /* index of 4th ISP subvector */ in pvDecoder_AmrWb()
498 ind[4] = Serial_parm(7, &prms); /* index of 5th ISP subvector */ in pvDecoder_AmrWb()
499 ind[5] = Serial_parm(5, &prms); /* index of 6th ISP subvector */ in pvDecoder_AmrWb()
500 ind[6] = Serial_parm(5, &prms); /* index of 7th ISP subvector */ in pvDecoder_AmrWb()
502 Dpisf_2s_46b(ind, isf, st->past_isfq, st->isfold, st->isf_buf, bfi, 1); in pvDecoder_AmrWb()
506 ind[0] = Serial_parm(8, &prms); in pvDecoder_AmrWb()
[all …]
Disp_isf.cpp154 int16 i, ind, offset; in Isf_isp() local
165 ind = isp[i] >> 7; /* ind = b7-b15 of isf[i] */ in Isf_isp()
170 L_tmp = mul_16by16_to_int32(table[ind + 1] - table[ind], offset); in Isf_isp()
171 isp[i] = add_int16(table[ind], (int16)(L_tmp >> 8)); in Isf_isp()
Ddtx_decoder_amr_wb.cpp205 int16 ind[7]; in dtx_dec_amr_wb() local
301 ind[0] = Serial_parm(6, prms); in dtx_dec_amr_wb()
302 ind[1] = Serial_parm(6, prms); in dtx_dec_amr_wb()
303 ind[2] = Serial_parm(6, prms); in dtx_dec_amr_wb()
304 ind[3] = Serial_parm(5, prms); in dtx_dec_amr_wb()
305 ind[4] = Serial_parm(5, prms); in dtx_dec_amr_wb()
307 Disf_ns(ind, st->isf); in dtx_dec_amr_wb()
/frameworks/av/media/module/codecs/amrnb/common/include/
Dgmed_n.h70 Word16 ind[], /* i : Past gain values */
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/service/
DTestJobService.java105 int ind = jobParamsMap.indexOfValue(params); in onStopJob() local
106 jobParamsMap.remove(ind); in onStopJob()
/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dvlc_encode.cpp241 Int ind; in PutMCBPC_Intra() local
244 ind = ((mode_MBtype[mode] >> 1) & 3) | ((cbp & 3) << 2); in PutMCBPC_Intra()
246 length = mcbpc_intra_tab[ind].len; in PutMCBPC_Intra()
248 BitstreamPutBits(bitstream, length, mcbpc_intra_tab[ind].code); in PutMCBPC_Intra()
256 Int ind; in PutMCBPC_Inter() local
259 ind = (mode_MBtype[mode] & 7) | ((cbp & 3) << 3); in PutMCBPC_Inter()
261 length = mcbpc_inter_tab[ind].len; in PutMCBPC_Inter()
263 BitstreamPutBits(bitstream, length, mcbpc_inter_tab[ind].code); in PutMCBPC_Inter()
271 Int ind; in PutCBPY() local
277 ind = cbpy; in PutCBPY()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java6637 DataInputStream ind = null; in createWatermark() local
6640 ind = new DataInputStream(in); in createWatermark()
6641 String line = ind.readLine(); in createWatermark()
6655 if (ind != null) { in createWatermark()
6657 ind.close(); in createWatermark()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java8004 final int ind = mChildHelper.indexOfChild(child); in detachView() local
8005 if (ind >= 0) { in detachView()
8006 detachViewInternal(ind, child); in detachView()
/frameworks/base/core/java/android/app/
DNotification.java5919 final boolean ind = ex.getBoolean(EXTRA_PROGRESS_INDETERMINATE); in handleProgressBar()
5920 if (!p.mHideProgress && (max != 0 || ind)) { in handleProgressBar()
5922 contentView.setProgressBar(R.id.progress, max, progress, ind); in handleProgressBar()