Searched refs:samples_up (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | amrwbdec.c | 80 float samples_up[UPS_MEM_SIZE + AMRWB_SFR_SIZE]; ///< low-band samples and memory processed for upsampling member 1099 memmove(&ctx->samples_up[0], &ctx->samples_up[AMRWB_SFR_SIZE], in update_sub_state() 1243 de_emphasis(&ctx->samples_up[UPS_MEM_SIZE], in amrwb_decode_frame() 1246 ctx->acelpf_ctx.acelp_apply_order_2_transfer_function(&ctx->samples_up[UPS_MEM_SIZE], in amrwb_decode_frame() 1247 &ctx->samples_up[UPS_MEM_SIZE], hpf_zeros, hpf_31_poles, in amrwb_decode_frame() 1250 upsample_5_4(sub_buf, &ctx->samples_up[UPS_FIR_SIZE], in amrwb_decode_frame() 1255 &ctx->samples_up[UPS_MEM_SIZE], hpf_zeros, hpf_400_poles, in amrwb_decode_frame()
|
Completed in 3 milliseconds