HomeSort by relevance Sort by last modified time
    Searched refs:coef (Results 1 - 25 of 57) sorted by null

1 2 3

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
block.cpp 82 int16 *coef = video->block; local
91 coef += ((blkidx & 0x3) << 2) + ((blkidx >> 2) << 6); /* point to the 4x4 block */
109 coef[0] = r0 + r1;
110 coef[2] = r0 - r1;
111 coef[1] = (r3 << 1) + r2;
112 coef[3] = r3 - (r2 << 1);
114 coef += 16;
120 coef -= 64;
125 r0 = coef[0] + coef[48]
262 int16 *coef, *coef8 = video->block; local
366 int16 *coef = video->block; local
729 int16 *coef = video->block + 256; local
    [all...]
  /external/speex/libspeex/
lsp_bfin.h 39 spx_word16_t *coef, /* P or Q coefs in Q13 format */
49 "P0 = %2;\n\t" /* P0: coef[m], coef[m-1],..., coef[0] */
81 : "a" (x), "a" (&coef[m]), "a" (m-1)
  /frameworks/base/media/libstagefright/codecs/aacdec/
pulse_nc.h 90 Int16 coef[],
q_normalize.h 92 Int32 coef[]);
apply_tns.h 96 Int32 coef[],
esc_iquant_scaling.h 87 Int32 coef[],
tns_inv_filter.h 86 Int32 coef[],
esc_iquant_scaling.cpp 41 coef, data type Int.
43 coef[] = output array of uncompressed coefficients, stored in a
48 QFormat = the output Q format for the array coef[].
66 coef[] contents are overwritten with the uncompressed values from
134 coef[i] = absX;
169 absX = coef[i];
181 coef[i] = (Int32) (mult_high + mult_low);
187 absX = coef[i];
217 coef[i] = (Int32) (mult_high + mult_low);
437 Int32 coef[],
    [all...]
pulse_nc.cpp 43 coef[] = Array of quantized spectral coefficents.
58 max = Pointer to the maximum value of coef[]
70 coef[] = coefficient contents are modified by the encoded pulse
138 pCoef = &(Coef[index]);
225 Int16 coef[],
263 pCoef = &(coef[index]);
tns_inv_filter.cpp 47 coef = spectral input to be shaped by the filter.
56 (first input to filter is coef[0])
58 (first input to filter is coef[num_coef-1])
84 coef = contains spectral data after application of TNS filter
98 A block of spectral data (Int32 coef[]) of length (const Int num_coef)
106 back to the calling function via (Int32 coef[])
108 In order to avoid overflow, the filter input (Int32 coef[]) must utilize
119 [Int32 coef] must store no more than 16 bits of data.
122 the input data [Int32 coef], and to make use of a fast
297 Int32 coef[],
    [all...]
apply_tns.cpp 26 coef = Array of input coefficients.
64 coef[] = TNS altered data.
85 The input, coef, should use all 32-bits, else the scaling by tns_ar_filter
172 Int32 coef[],
194 Int32 *pCoef = coef;
319 * Set up the pointers so we can index into coef[]
q_normalize.cpp 67 coef[] = Array of the spectral coefficients for one channel. [ Int32 ]
79 coef[] = Array of spectral data, now normalized to one q-format.
114 pCoef = &(coef[0]);
134 pCoef = &(coef[0]);
241 Int32 coef[])
292 pCoef = &(coef[0]);
  /external/jpeg/
jccoefct.c 75 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; variable
82 coef->MCU_rows_per_iMCU_row = 1;
84 if (coef->iMCU_row_num < (cinfo->total_iMCU_rows-1))
85 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor;
87 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height;
90 coef->mcu_ctr = 0;
91 coef->MCU_vert_offset = 0;
102 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
145 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
247 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
343 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
407 my_coef_ptr coef; local
    [all...]
jdcoefct.c 82 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
89 coef->MCU_rows_per_iMCU_row = 1;
92 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor;
94 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height;
97 coef->MCU_ctr = 0;
98 coef->MCU_vert_offset = 0;
122 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
125 if (coef->pub.coef_arrays != NULL)
149 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
257 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
394 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
454 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
556 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
660 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
716 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
931 my_coef_ptr coef; local
    [all...]
jctrans.c 230 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
237 coef->MCU_rows_per_iMCU_row = 1;
239 if (coef->iMCU_row_num < (cinfo->total_iMCU_rows-1))
240 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor;
242 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height;
245 coef->mcu_ctr = 0;
246 coef->MCU_vert_offset = 0;
257 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
280 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
366 my_coef_ptr coef; local
    [all...]
jdapistd.c 51 /* If file has multiple scans, absorb them all into the coef buffer */
224 cinfo->coef->MCU_columns_to_skip =
251 cinfo->inputctl->consume_input = cinfo->coef->consume_data;
253 cinfo->coef->consume_data_build_huffman_index;
257 cinfo->coef->MCU_column_left_boundary = col_left_boundary;
258 cinfo->coef->MCU_column_right_boundary = col_right_boundary;
259 cinfo->coef->column_left_boundary =
261 cinfo->coef->column_right_boundary =
288 int offset_data_col_position = cinfo->coef->MCU_column_left_boundary /
332 if (! (*cinfo->coef->decompress_data) (cinfo, data)
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
az_isp.c 69 Word16 *coef; local
110 coef = f1;
113 ylow = Chebps2(xlow, coef, order);
121 ylow = Chebps2(xlow, coef, order);
128 ymid = Chebps2(xmid, coef, order);
170 coef = f2;
175 coef = f1;
178 ylow = Chebps2(xlow, coef, order);
  /external/sonivox/arm-fm-22k/lib_src/
eas_math.h 122 - b is the unsigned fraction (cast to signed int as long as coef
125 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \
128 ((EAS_I32)(audio)) * ((EAS_I32)(coef)) \
143 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \
146 ((EAS_I32)(audio)) * ((EAS_I32)(coef)) \
283 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \
286 ((EAS_I32)(dents)) * ((EAS_I32)(coef)) \
299 /* drive coef is given as int.frac */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.h 122 - b is the unsigned fraction (cast to signed int as long as coef
125 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \
128 ((EAS_I32)(audio)) * ((EAS_I32)(coef)) \
143 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \
146 ((EAS_I32)(audio)) * ((EAS_I32)(coef)) \
283 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \
286 ((EAS_I32)(dents)) * ((EAS_I32)(coef)) \
299 /* drive coef is given as int.frac */
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 122 - b is the unsigned fraction (cast to signed int as long as coef
125 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \
128 ((EAS_I32)(audio)) * ((EAS_I32)(coef)) \
143 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \
146 ((EAS_I32)(audio)) * ((EAS_I32)(coef)) \
283 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \
286 ((EAS_I32)(dents)) * ((EAS_I32)(coef)) \
299 /* drive coef is given as int.frac */
  /frameworks/base/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 109 LVM_INT16 coef; local
138 * CosErr += coef(n) * t0^n For n = 0 to 4
146 coef = LVEQNB_DPCosCoef[i]; /* Get the nth coefficient */
147 CosErr += (factor * coef) >> 5; /* The nth partial sum */
240 LVM_INT16 coef; local
269 * Cos += coef(n) * t0^n For n = 0 to 6
277 coef = LVEQNB_CosCoef[i]; /* Get the nth coefficient */
278 COS_T0 += (factor * coef) >> 5; /* The nth partial sum */
  /frameworks/base/media/libeffects/testlibs/
EffectsMath.h 113 - b is the unsigned fraction (cast to signed int as long as coef
116 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \
119 ((int32_t)(audio)) * ((int32_t)(coef)) \
134 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \
137 ((int32_t)(audio)) * ((int32_t)(coef)) \
274 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \
277 ((int32_t)(dents)) * ((int32_t)(coef)) \
291 /* drive coef is given as int.frac */
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp 388 Word16 *coef;
436 coef = f1;
439 ylow = Chebps (xlow, coef, NC);
449 ylow = Chebps (xlow, coef, NC);
460 ymid = Chebps (xmid, coef, NC);
512 coef = f2;
517 coef = f1;
519 ylow = Chebps (xlow, coef, NC);
582 Word16 *coef; local
630 coef = f1
    [all...]
  /frameworks/base/media/jni/
android_media_ResampleInputStream.cpp 52 #define FIR_COEF(coef) (short)(0x10000 * coef)
  /frameworks/base/core/java/android/speech/srec/
UlawEncoderInputStream.java 78 int coef = MAX_ULAW * (1 << SCALE_BITS) / max; local
82 pcm = (pcm * coef) >> SCALE_BITS;

Completed in 864 milliseconds

1 2 3