Searched refs:x_buf (Results 1 – 7 of 7) sorted by relevance
/external/libopus/silk/float/ |
D | find_pitch_lags_FLP.c | 46 const silk_float *x_buf_ptr, *x_buf; in silk_find_pitch_lags_FLP() local 61 x_buf = x - psEnc->sCmn.ltp_mem_length; in silk_find_pitch_lags_FLP() 70 x_buf_ptr = x_buf + buf_len - psEnc->sCmn.pitch_LPC_win_length; in silk_find_pitch_lags_FLP() 105 silk_LPC_analysis_filter_FLP( res, A, x_buf, buf_len, psEnc->sCmn.pitchEstimationLPCOrder ); in silk_find_pitch_lags_FLP()
|
D | structs_FLP.h | 57 …silk_float x_buf[ 2 * MAX_FRAME_LENGTH + LA_SHAPE_MAX ];/* Buffer for find pitch … member
|
D | encode_frame_FLP.c | 120 x_frame = psEnc->x_buf + psEnc->sCmn.ltp_mem_length; /* start of frame to encode */ in silk_encode_frame_FLP() 357 silk_memmove( psEnc->x_buf, &psEnc->x_buf[ psEnc->sCmn.frame_length ], in silk_encode_frame_FLP()
|
/external/deqp-deps/amber/tests/cases/ |
D | shader_specialization.amber | 102 BUFFER x_buf DATA_TYPE uint32 SIZE 16 FILL 0 112 BIND BUFFER x_buf AS storage DESCRIPTOR_SET 0 BINDING 0 121 EXPECT x_buf IDX 0 EQ 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
|
/external/libopus/silk/ |
D | control_codec.c | 151 opus_int16 *x_bufFIX = psEnc->x_buf; in silk_setup_resamplers() 167 silk_float2short_array( x_bufFIX, psEnc->x_buf, old_buf_samples ); in silk_setup_resamplers() 188 silk_short2float_array( psEnc->x_buf, x_bufFIX, new_buf_samples); in silk_setup_resamplers()
|
/external/libopus/silk/fixed/ |
D | structs_FIX.h | 58 …silk_DWORD_ALIGN opus_int16 x_buf[ 2 * MAX_FRAME_LENGTH + LA_SHAPE_MAX ];/* Buffer for find pitch … member
|
D | encode_frame_FIX.c | 119 x_frame = psEnc->x_buf + psEnc->sCmn.ltp_mem_length; in silk_encode_frame_FIX() 365 silk_memmove( psEnc->x_buf, &psEnc->x_buf[ psEnc->sCmn.frame_length ], in silk_encode_frame_FIX()
|