| /external/libjpeg-turbo/simd/ |
| jchuff-sse2-64.asm | 331 ; If the last coef(s) were zero, emit an end-of-block code
|
| jchuff-sse2.asm | 399 ; If the last coef(s) were zero, emit an end-of-block code
|
| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_speed_features.h | 159 // No dry run, also only half the coef contexts and bands are updated.
|
| vp9_bitstream.c | 582 /* Is coef updated at all */ [all...] |
| /external/libxaac/decoder/ |
| ixheaacd_create.c | 411 usac_data->coef[i] = &usac_data->arr_coef[i][0];
|
| ixheaacd_lt_predict.c | 78 ixheaacd_codebook_Q30[ltp->coef],
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| lp_setup_point.c | 207 * Compute the point->coef[] array dadx, dady, a0 values.
|
| lp_setup_line.c | 164 * Compute the tri->coef[] array dadx, dady, a0 values.
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
| entropy_coding.c | 586 /* quantize & code RC Coef */ 934 /* decode & dequantize LPC Coef */ [all...] |
| /external/speex/libspeex/ |
| filters.c | 519 /* We multiply twice by the same coef to avoid overflows */ 536 /* We multiply twice by the same coef to avoid overflows */
|
| /external/syslinux/gpxe/src/drivers/net/ath5k/ |
| ath5k_reset.c | 99 * ALGO: coef = (5 * clock * carrier_freq) / 2) 100 * we scale coef by shifting clock value by 24 for
|
| /external/libopus/celt/ |
| celt_encoder.c | 491 int N, int CC, int upsample, const opus_val16 *coef, celt_sig *mem, int clip) 498 coef0 = coef[0]; 502 if (coef[1] == 0 && upsample == 1 && !clip) 535 if (coef[1] != 0) 537 opus_val16 coef1 = coef[1]; 538 opus_val16 coef2 = coef[2]; [all...] |
| /external/libhevc/common/x86/ |
| ihevc_deblk_ssse3_intr.c | 430 //loaded coef for delta1 calculation [all...] |
| /external/opencv/ml/include/ |
| ml.h | 492 enum { C=0, GAMMA=1, P=2, NU=3, COEF=4, DEGREE=5 }; 511 CvParamGrid coef_grid = get_default_grid(CvSVM::COEF), [all...] |
| /external/libjpeg-turbo/ |
| jdhuff.c | 36 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
|
| jdmaster.c | 647 (*cinfo->coef->start_output_pass) (cinfo);
|
| /frameworks/av/media/libaudioprocessing/ |
| AudioResamplerDyn.cpp | 554 printf("channels:%d %s stride:%d %s coef:%d shift:%d\n",
|
| /frameworks/rs/cpu_ref/ |
| rsCpuIntrinsicConvolve3x3.cpp | 81 const void *y2, const short *coef, uint32_t count);
|
| rsCpuIntrinsicConvolve5x5.cpp | 341 const short *coef, uint32_t count);
|
| /hardware/intel/img/psb_video/src/ |
| vsp_fw.h | 84 int coef; member in struct:VssProcDenoiseParameterBuffer
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
| entropy_coding.c | 846 /* decode & dequantize LPC Coef */ [all...] |
| /external/mesa3d/src/mesa/program/ |
| prog_statevars.c | [all...] |
| /external/syslinux/com32/lib/jpeg/ |
| tinyjpeg.c | 275 /* Initialize the DCT coef table */
|
| /external/libvpx/libvpx/vp8/decoder/ |
| decodeframe.c | [all...] |
| /external/libvpx/libvpx/vp9/common/ |
| vp9_entropy.c | [all...] |