Searched defs:index (Results 276 - 300 of 795) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp150 OMX_INDEXTYPE index, OMX_PTR params) {
151 switch (index) {
232 return SimpleSoftOMXComponent::internalGetParameter(index, params);
237 OMX_INDEXTYPE index, const OMX_PTR params) {
238 switch (index) {
333 return SimpleSoftOMXComponent::internalSetParameter(index, params);
365 static status_t getSampleRateTableIndex(int32_t sampleRate, int32_t &index) { argument
375 index = i;
385 // number of channels and the sample rate (mapped to an index into
388 int32_t index; local
149 internalGetParameter( OMX_INDEXTYPE index, OMX_PTR params) argument
236 internalSetParameter( OMX_INDEXTYPE index, const OMX_PTR params) argument
[all...]
H A DSoftAACEncoder2.cpp129 OMX_INDEXTYPE index, OMX_PTR params) {
130 switch ((OMX_U32) index) {
269 return SimpleSoftOMXComponent::internalGetParameter(index, params);
274 OMX_INDEXTYPE index, const OMX_PTR params) {
275 switch (index) {
388 return SimpleSoftOMXComponent::internalSetParameter(index, params);
128 internalGetParameter( OMX_INDEXTYPE index, OMX_PTR params) argument
273 internalSetParameter( OMX_INDEXTYPE index, const OMX_PTR params) argument
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dblock_switch.c34 SrchMaxWithIndex(const Word32 *in, Word16 *index, Word16 n);
246 static Word32 SrchMaxWithIndex(const Word32 in[], Word16 *index, Word16 n) argument
251 /* Search maximum value in array and return index and value */
262 *index = idx;
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dq_plsf_3.cpp175 index = quantization index (Q0) (Word16)
202 Vq_subvec4( // o: quantization index, Q0
208 Word16 i, index = 0;
237 index = i;
243 p_dico = &dico[shl (index, 2)];
249 return index;
276 static Word16 Vq_subvec4( /* o: quantization index, Q0 */
287 Word16 index = 0; local
337 index
616 Word16 index = 0; local
[all...]
H A Dq_plsf_5.cpp154 Word16 -- quantization index, Q0
205 static Word16 Vq_subvec( /* o : quantization index, Q0 */
215 Word16 index = 0; /* initialization only needed to keep gcc silent */ local
281 index = i;
289 p_dico = &dico[ index<<2];
295 return index;
318 Word16 -- quantization index, Q0
371 static Word16 Vq_subvec_s( /* o : quantization index Q0 */
380 Word16 index = 0; /* initialization only needed to keep gcc silent */ local
461 index
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp144 OMX_INDEXTYPE index, OMX_PTR params) {
145 switch (index) {
206 return SimpleSoftOMXComponent::internalGetParameter(index, params);
211 OMX_INDEXTYPE index, const OMX_PTR params) {
212 switch (index) {
272 return SimpleSoftOMXComponent::internalSetParameter(index, params);
143 internalGetParameter( OMX_INDEXTYPE index, OMX_PTR params) argument
210 internalSetParameter( OMX_INDEXTYPE index, const OMX_PTR params) argument
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_amr.cpp572 Word16 T0, T0_frac, index, index_mr475 = 0;
735 // pitch index
736 index = *parm++;
781 Dec_lag3 (index, t0_min, t0_max, pit_flag, st->old_T0,
810 Dec_lag6 (index, PIT_MIN_MR122,
813 if ( bfi == 0 && (pit_flag == 0 || sub (index, 61) < 0))
834 index = *parm++; // index of position
837 decode_2i40_9bits (subfrNr, i, index, code);
843 index
1373 Word16 index; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dc2_11pf.cpp165 index
247 Word16 index; local
299 index =
332 return index;
474 * These index have low complexity address computation because *
576 Builds the codeword, the filtered codeword and index of the
628 Word16 index; local
652 /* index = pos/5 */
653 /* index = mult(i, 6554, pOverflow); */
654 index
[all...]
H A Dc2_9pf.cpp183 index = code index (Word16)
254 Word16 i, index, sharp;
265 index = build_code(subNr, codvec, dn_sign, code, h, y, sign);
276 return index;
323 Word16 index; local
387 index =
421 return(index);
519 * These index have low complexity address computation because *
659 * These index hav
1001 Word16 index; local
[all...]
H A Dc3_14pf.cpp140 index
220 Word16 index; local
272 index =
304 return index;
456 /* initialize 4 index for next loop. */
458 * These index have low complexity address computation because *
516 /* initialize 4 index for next loop (see i1 loop) */
520 /* index increment = STEP */
628 PURPOSE: Builds the codeword, the filtered codeword and index of the
682 Word16 index; local
[all...]
H A Dc4_17pf.cpp114 Word16 sign[], /* o : index of 4 pulses (position+sign+ampl)*4 */
151 index
231 Word16 index; local
282 index =
317 return index;
468 /* initialize 4 index for next loop. */
470 * These index have low complexity address computation because *
526 /* initialize 4 index for next loop (see i1 loop) */
530 /* index increment = STEP */
582 /* initialize 5 index fo
752 Word16 index; local
[all...]
H A Dqgain475.cpp824 index = index of quantization
852 MR475_gain_quant( // o : index of quantization.
887 Word16 i, index = 0;
1034 * error for the quantized gains from the table. The index for the *
1080 // store table index if MSE for this index is lower
1085 index = i;
1097 tmp = shl(index, 2);
1120 return index;
1183 Word16 index = 0; local
[all...]
H A Dqgain795.cpp143 gain_pit_ind -- Pointer to Word16 -- Pitch gain index, Q0
145 gain_cod_ind -- Pointer to Word16 -- Code gain index, Q0
215 Word16 *gain_pit_ind, /* o : Pitch gain index, Q0 */
217 Word16 *gain_cod_ind, /* o : Code gain index, Q0 */
309 * squared error for the LPT/CB gain pair. The index for the mini- *
350 /* store table index if MSE for this index is lower
418 index of quantization (Word16)
475 MR795_gain_code_quant_mod( /* o : index of quantization. */
496 Word16 index; local
[all...]
H A Ds10_8pf.cpp238 s = L_mult (rr[i3][i3], _1_8); // index incr= step+L_CODE
239 s = L_mac (s, rr[i0][i3], _1_4); // index increment = step
240 s = L_mac (s, rr[i1][i3], _1_4); // index increment = step
253 // index increment = step
256 // index incr= step+L_CODE
259 // index increment = step
262 // index increment = step
267 // index increment = step
270 // index increment = step
273 // index incremen
587 Word16 index[10]; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddec_gain2_amr_wb.cpp47 int16 index, (i) : index of quantization.
170 int16 index, /* (i) : index of quantization. */
329 p = &t_qua_gain6b[index<<1];
333 p = &t_qua_gain7b[index<<1];
169 dec_gain2_amr_wb( int16 index, int16 nbits, int16 code[], int16 L_subfr, int16 * gain_pit, int32 * gain_cod, int16 bfi, int16 prev_bfi, int16 state, int16 unusable_frame, int16 vad_hist, int16 * mem ) argument
H A Dpvamrwbdecoder.cpp327 int16 i, j, i_subfr, index, ind[8], tmp; local
358 /* bfi for all index, bits are not usable */
491 ind[0] = Serial_parm(8, &prms); /* index of 1st ISP subvector */
492 ind[1] = Serial_parm(8, &prms); /* index of 2nd ISP subvector */
493 ind[2] = Serial_parm(6, &prms); /* index of 3rd ISP subvector */
494 ind[3] = Serial_parm(7, &prms); /* index of 4th ISP subvector */
495 ind[4] = Serial_parm(7, &prms); /* index of 5th ISP subvector */
496 ind[5] = Serial_parm(5, &prms); /* index of 6th ISP subvector */
497 ind[6] = Serial_parm(5, &prms); /* index of 7th ISP subvector */
591 index
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp151 OMX_INDEXTYPE index, OMX_PTR params) {
152 switch (index) {
229 return SimpleSoftOMXComponent::internalGetParameter(index, params);
234 OMX_INDEXTYPE index, const OMX_PTR params) {
235 switch (index) {
344 return SimpleSoftOMXComponent::internalSetParameter(index, params);
150 internalGetParameter( OMX_INDEXTYPE index, OMX_PTR params) argument
233 internalSetParameter( OMX_INDEXTYPE index, const OMX_PTR params) argument
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dq_gain2.c62 Word16 Q_gain2( /* Return index of quantization. */
78 Word16 index, *p, min_ind, size; local
89 * - Find the initial quantization pitch index *
277 index = 0;
306 index = i;
311 index = index + min_ind;
312 p = &t_qua_gain[(index + index)];
341 return (index);
[all...]
H A Dqpisf_2s.c43 Word16 * index, /* output: indices of survivors */
443 Word16 Sub_VQ( /* output: return quantization index */
452 Word32 i, j, index; local
458 index = 0;
472 index = i;
479 p_dico = &dico[index * dim];
485 return index;
494 Word16 * index, /* output: indices of survivors */
506 index[0] = 0;
507 index[
489 VQ_stage1( Word16 * x, Word16 * dico, Word16 dim, Word16 dico_size, Word16 * index, Word16 surv ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/test/
H A Dh264_enc_test.cpp70 static int32_t BindFrameCb(void *userData, int32_t index, uint8_t **yuv) { argument
71 assert(index < kMaxDpbBuffers);
73 *yuv = dpbBuffer[index];
77 static void UnbindFrameCb(void * /*userData*/, int32_t /*index*/) {
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp153 OMX_INDEXTYPE index, OMX_PTR params) {
154 ALOGV("SoftFlacEncoder::internalGetParameter(index=0x%x)", index);
156 switch (index) {
199 return SimpleSoftOMXComponent::internalGetParameter(index, params);
204 OMX_INDEXTYPE index, const OMX_PTR params) {
205 switch (index) {
287 return SimpleSoftOMXComponent::internalSetParameter(index, params);
152 internalGetParameter( OMX_INDEXTYPE index, OMX_PTR params) argument
203 internalSetParameter( OMX_INDEXTYPE index, const OMX_PTR params) argument
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp106 OMX_INDEXTYPE index, OMX_PTR params) {
107 switch (index) {
143 return SimpleSoftOMXComponent::internalGetParameter(index, params);
148 OMX_INDEXTYPE index, const OMX_PTR params) {
149 switch (index) {
203 return SimpleSoftOMXComponent::internalSetParameter(index, params);
105 internalGetParameter( OMX_INDEXTYPE index, OMX_PTR params) argument
147 internalSetParameter( OMX_INDEXTYPE index, const OMX_PTR params) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp228 OMX_INDEXTYPE index, OMX_PTR params) {
229 switch (index) {
302 return SoftVideoEncoderOMXComponent::internalGetParameter(index, params);
307 OMX_INDEXTYPE index, const OMX_PTR params) {
308 int32_t indexFull = index;
385 return SoftVideoEncoderOMXComponent::internalSetParameter(index, params);
227 internalGetParameter( OMX_INDEXTYPE index, OMX_PTR params) argument
306 internalSetParameter( OMX_INDEXTYPE index, const OMX_PTR params) argument
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp366 OMX_ERRORTYPE SoftVPXEncoder::internalGetParameter(OMX_INDEXTYPE index, argument
368 // can include extension index OMX_INDEXEXTTYPE
369 const int32_t indexFull = index;
439 return SoftVideoEncoderOMXComponent::internalGetParameter(index, param);
444 OMX_ERRORTYPE SoftVPXEncoder::internalSetParameter(OMX_INDEXTYPE index, argument
446 // can include extension index OMX_INDEXEXTTYPE
447 const int32_t indexFull = index;
484 return SoftVideoEncoderOMXComponent::internalSetParameter(index, param);
489 OMX_INDEXTYPE index, const OMX_PTR _params) {
490 switch (index) {
488 setConfig( OMX_INDEXTYPE index, const OMX_PTR _params) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s106 index RN 6 label
177 LDR index, =armVCM4P2_DCScaler
178 ADD index,index,videoComp,LSL #5
179 LDRB dcScaler,[index,QP]

Completed in 3039 milliseconds

<<11121314151617181920>>