Home
last modified time | relevance | path

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

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dnellymoserenc.c63 DECLARE_ALIGNED(32, float, mdct_out)[NELLY_SAMPLES]; member
128 s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out, s->in_buff); in apply_mdct()
132 s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out + NELLY_BUF_LEN, s->in_buff); in apply_mdct()
327 coeff_sum += s->mdct_out[i ] * s->mdct_out[i ] in encode_block()
328 + s->mdct_out[i + NELLY_BUF_LEN] * s->mdct_out[i + NELLY_BUF_LEN]; in encode_block()
351 s->mdct_out[i] *= power_val; in encode_block()
352 s->mdct_out[i + NELLY_BUF_LEN] *= power_val; in encode_block()
363 coeff = s->mdct_out[block * NELLY_BUF_LEN + i]; in encode_block()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dnellymoserenc.c64 DECLARE_ALIGNED(32, float, mdct_out)[NELLY_SAMPLES]; member
129 s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out, s->in_buff); in apply_mdct()
133 s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out + NELLY_BUF_LEN, s->in_buff); in apply_mdct()
314 coeff_sum += s->mdct_out[i ] * s->mdct_out[i ] in encode_block()
315 + s->mdct_out[i + NELLY_BUF_LEN] * s->mdct_out[i + NELLY_BUF_LEN]; in encode_block()
338 s->mdct_out[i] *= power_val; in encode_block()
339 s->mdct_out[i + NELLY_BUF_LEN] *= power_val; in encode_block()
350 coeff = s->mdct_out[block * NELLY_BUF_LEN + i]; in encode_block()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dnellymoserenc.c63 DECLARE_ALIGNED(32, float, mdct_out)[NELLY_SAMPLES]; member
128 s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out, s->in_buff); in apply_mdct()
132 s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out + NELLY_BUF_LEN, s->in_buff); in apply_mdct()
325 coeff_sum += s->mdct_out[i ] * s->mdct_out[i ] in encode_block()
326 + s->mdct_out[i + NELLY_BUF_LEN] * s->mdct_out[i + NELLY_BUF_LEN]; in encode_block()
349 s->mdct_out[i] *= power_val; in encode_block()
350 s->mdct_out[i + NELLY_BUF_LEN] *= power_val; in encode_block()
361 coeff = s->mdct_out[block * NELLY_BUF_LEN + i]; in encode_block()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dnellymoserenc.c62 DECLARE_ALIGNED(32, float, mdct_out)[NELLY_SAMPLES]; member
127 s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out, s->in_buff); in apply_mdct()
131 s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out + NELLY_BUF_LEN, s->in_buff); in apply_mdct()
327 coeff_sum += s->mdct_out[i ] * s->mdct_out[i ] in encode_block()
328 + s->mdct_out[i + NELLY_BUF_LEN] * s->mdct_out[i + NELLY_BUF_LEN]; in encode_block()
351 s->mdct_out[i] *= power_val; in encode_block()
352 s->mdct_out[i + NELLY_BUF_LEN] *= power_val; in encode_block()
363 coeff = s->mdct_out[block * NELLY_BUF_LEN + i]; in encode_block()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dnellymoserenc.c62 DECLARE_ALIGNED(32, float, mdct_out)[NELLY_SAMPLES]; member
127 s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out, s->in_buff); in apply_mdct()
131 s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out + NELLY_BUF_LEN, s->in_buff); in apply_mdct()
327 coeff_sum += s->mdct_out[i ] * s->mdct_out[i ] in encode_block()
328 + s->mdct_out[i + NELLY_BUF_LEN] * s->mdct_out[i + NELLY_BUF_LEN]; in encode_block()
351 s->mdct_out[i] *= power_val; in encode_block()
352 s->mdct_out[i + NELLY_BUF_LEN] *= power_val; in encode_block()
363 coeff = s->mdct_out[block * NELLY_BUF_LEN + i]; in encode_block()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dnellymoserenc.c64 DECLARE_ALIGNED(32, float, mdct_out)[NELLY_SAMPLES]; member
129 s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out, s->in_buff); in apply_mdct()
133 s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out + NELLY_BUF_LEN, s->in_buff); in apply_mdct()
314 coeff_sum += s->mdct_out[i ] * s->mdct_out[i ] in encode_block()
315 + s->mdct_out[i + NELLY_BUF_LEN] * s->mdct_out[i + NELLY_BUF_LEN]; in encode_block()
338 s->mdct_out[i] *= power_val; in encode_block()
339 s->mdct_out[i + NELLY_BUF_LEN] *= power_val; in encode_block()
350 coeff = s->mdct_out[block * NELLY_BUF_LEN + i]; in encode_block()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dnellymoserenc.c62 DECLARE_ALIGNED(32, float, mdct_out)[NELLY_SAMPLES]; member
127 s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out, s->in_buff); in apply_mdct()
131 s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out + NELLY_BUF_LEN, s->in_buff); in apply_mdct()
327 coeff_sum += s->mdct_out[i ] * s->mdct_out[i ] in encode_block()
328 + s->mdct_out[i + NELLY_BUF_LEN] * s->mdct_out[i + NELLY_BUF_LEN]; in encode_block()
351 s->mdct_out[i] *= power_val; in encode_block()
352 s->mdct_out[i + NELLY_BUF_LEN] *= power_val; in encode_block()
363 coeff = s->mdct_out[block * NELLY_BUF_LEN + i]; in encode_block()