/external/speex/libspeex/ |
lsp.c | 233 VARDECL(spx_word16_t *Q16); /* ptrs for memory allocation */ 305 ALLOC(Q16, m+1, spx_word16_t); 310 Q16[i] = Q[i]; 321 pt = Q16;
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Private.h | 73 #define LVPSA_InternalRefreshTime 0x0014 /* 20 ms (50Hz) in Q16.0 */
|
/external/chromium_org/third_party/libwebp/enc/ |
quant.c | 171 int q4, q16, quv; local 182 q16 = ExpandMatrix(&m->y2_, 1); 188 m->lambda_i16_ = (3 * q16 * q16); 192 m->lambda_trellis_i16_ = (q16 * q16) >> 2; [all...] |
/external/webp/src/enc/ |
quant.c | 171 int q4, q16, quv; local 182 q16 = ExpandMatrix(&m->y2_, 1); 188 m->lambda_i16_ = (3 * q16 * q16); 192 m->lambda_trellis_i16_ = (q16 * q16) >> 2; [all...] |
/external/chromium_org/third_party/opus/src/silk/float/ |
encode_frame_FLP.c | 286 /* Overwrite unquantized gains with quantized gains and convert back to Q0 from Q16 */ 358 /* Overwrite unquantized gains with quantized gains and convert back to Q0 from Q16 */
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
pitch_estimator.c | 98 tmp16_1=(WebRtc_Word16)WEBRTC_SPL_MUL_16_16(t16,t16); /* Q8*Q8=Q16 */ 99 tmp16_1 = WEBRTC_SPL_RSHIFT_W16(tmp16_1,2); /* Q16>>2 = Q14 */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
dtx.c | 248 /* Add 16 in order to have the result of pow2 in Q16 */ 251 level32 = Pow2(log_en_int_e, log_en_int_m); /* Q16 */
|
/frameworks/native/include/media/openmax/ |
OMX_Other.h | 250 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ 263 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
|
OMX_Video.h | 133 * variable. Units are Q16 frames per second. 172 * xFrameRate : Indicates the video frame rate in Q16 format [all...] |
/hardware/qcom/media/mm-core/inc/ |
OMX_Other.h | 233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ 246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
|
OMX_Video.h | 115 * variable. Units are Q16 frames per second. 154 * xFrameRate : Indicates the video frame rate in Q16 format [all...] |
QOMX_IVCommonExtensions.h | 90 * in Q16 format. */ 105 * in Q16 format. */ 110 * in Q16 format. */
|
/hardware/qcom/media/mm-core/omxcore/inc/ |
OMX_Other.h | 233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ 246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
|
OMX_Video.h | 114 * variable. Units are Q16 frames per second. 153 * xFrameRate : Indicates the video frame rate in Q16 format [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
OMX_Other.h | 233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ 246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
|
OMX_Video.h | 114 * variable. Units are Q16 frames per second. 153 * xFrameRate : Indicates the video frame rate in Q16 format [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Other.h | 233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
|
OMX_Video.h | 114 * variable. Units are Q16 frames per second.
153 * xFrameRate : Indicates the video frame rate in Q16 format
[all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Other.h | 233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ 246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
|
OMX_Video.h | 114 * variable. Units are Q16 frames per second. 153 * xFrameRate : Indicates the video frame rate in Q16 format [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
mathops.h | 201 /** Base-2 exponential approximation (2^x). (Q10 input, Q16 output) */
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
arith_routines_logist.c | 41 static const int kCdfQ16[51] = { /* Q16 */
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
SoftVPXEncoder.cpp | 184 // in microseconds. It is also in Q16 format. 365 // Also converting to Q16 format 662 // xFramerate comes in Q16 format, in frames per second unit
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
gc_pred.cpp | 304 ener_code = L_Comp (sub (exp, 30), frac); // Q16 for log() 333 ener = L_shr (L_sub (ener, ener_code), 1); // Q16 438 L_tmp = L_shr(L_tmp, 8); // -> Q16 536 /* Q16 for log() */ 570 /* Q16 */ 725 L_tmp = L_tmp >> 8; /* -> Q16 */ [all...] |
/external/chromium_org/third_party/opus/src/silk/fixed/ |
find_LTP_FIX.c | 219 silk_LSHIFT_SAT32( silk_SUB_SAT32( (opus_int32)m_Q12, silk_RSHIFT( d_Q14[ k ], 2 ) ), 4 ) ); /* Q16 */
|