Searched refs:ixh (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | sbrdsp.c | 188 const float *g_filt, int m_max, intptr_t ixh) in sbr_hf_g_filt_c() argument 193 Y[m][0] = X_high[m][ixh][0] * g_filt[m]; in sbr_hf_g_filt_c() 194 Y[m][1] = X_high[m][ixh][1] * g_filt[m]; in sbr_hf_g_filt_c()
|
D | sbrdsp_fixed.c | 245 const SoftFloat *g_filt, int m_max, intptr_t ixh) in sbr_hf_g_filt_c() argument 253 accu = (int64_t)X_high[m][ixh][0] * ((g_filt[m].mant + 0x40)>>7); in sbr_hf_g_filt_c() 256 accu = (int64_t)X_high[m][ixh][1] * ((g_filt[m].mant + 0x40)>>7); in sbr_hf_g_filt_c()
|
D | sbrdsp.h | 41 const AAC_FLOAT *g_filt, int m_max, intptr_t ixh);
|
/third_party/openssl/test/ocsp-tests/ |
D | ISDOSC_D2.ors | 6 FlUbAJuu/Gs0IdLmLp+2VbStjsL4vLtDU2Q4e417C1fm8+ixh+kP7qPRd8cxyMBx
|
/third_party/ffmpeg/libavcodec/arm/ |
D | sbrdsp_init_arm.c | 34 const float *g_filt, int m_max, intptr_t ixh);
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | sbrdsp_init_aarch64.c | 32 const float *g_filt, int m_max, intptr_t ixh);
|
/third_party/ffmpeg/libavcodec/x86/ |
D | sbrdsp_init.c | 31 const float *g_filt, int m_max, intptr_t ixh);
|
D | sbrdsp.asm | 89 lea r1, [r1 + 8*r4] ; offset by ixh elements into X_high
|
/third_party/ffmpeg/libavcodec/mips/ |
D | sbrdsp_mips.c | 667 const float *g_filt, int m_max, intptr_t ixh) in sbr_hf_g_filt_mips() argument 675 p_x = &X_high[0][ixh][0]; in sbr_hf_g_filt_mips()
|
/third_party/ffmpeg/tests/checkasm/ |
D | sbrdsp.c | 209 const INTFLOAT *g_filt, int m_max, intptr_t ixh); in test_hf_g_filt()
|