Home
last modified time | relevance | path

Searched refs:ir_buf (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsipr.c372 float ir_buf[SUBFR_SIZE + LP_FILTER_ORDER]; in decode_frame() local
374 float *impulse_response = ir_buf + LP_FILTER_ORDER; in decode_frame()
380 memset(ir_buf, 0, LP_FILTER_ORDER * sizeof(float)); in decode_frame()