Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daacenc.c614 wi[ch] = s->psy.model->window(&s->psy, samples2, la, s->cur_channel, in aac_encode_frame()
622 ics->swb_sizes = s->psy.bands [ics->num_windows == 8]; in aac_encode_frame()
623 …ics->num_swb = tag == TYPE_LFE ? ics->num_swb : s->psy.num_bands[ics->num_windows == 8]; in aac_encode_frame()
713 s->psy.bitres.alloc = -1; in aac_encode_frame()
714 s->psy.bitres.bits = s->last_frame_pb_count / s->channels; in aac_encode_frame()
715 s->psy.model->analyze(&s->psy, start_ch, coeffs, wi); in aac_encode_frame()
716 if (s->psy.bitres.alloc > 0) { in aac_encode_frame()
718 target_bits += s->psy.bitres.alloc in aac_encode_frame()
720 s->psy.bitres.alloc /= chans; in aac_encode_frame()
905 ff_psy_end(&s->psy); in aac_encode_end()
[all …]
Daaccoder.c122 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(win+w)*16+swb]; in encode_window_bands_info()
314 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; in search_for_quantizers_anmr()
347 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; in search_for_quantizers_anmr()
419 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; in search_for_quantizers_fast()
599 band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; in search_for_pns()
645 band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; in search_for_pns()
729 band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; in mark_pns()
826 FFPsyBand *band0 = &s->psy.ch[s->cur_channel+0].psy_bands[(w+w2)*16+g]; in search_for_ms()
827 FFPsyBand *band1 = &s->psy.ch[s->cur_channel+1].psy_bands[(w+w2)*16+g]; in search_for_ms()
Daacenc_is.c54 FFPsyBand *band0 = &s->psy.ch[s->cur_channel+0].psy_bands[(w+w2)*16+g]; in ff_aac_is_encoding_err()
55 FFPsyBand *band1 = &s->psy.ch[s->cur_channel+1].psy_bands[(w+w2)*16+g]; in ff_aac_is_encoding_err()
Daaccoder_twoloop.h130 if (s->psy.bitres.alloc >= 0) { in search_for_quantizers_twoloop()
135 destbits = s->psy.bitres.alloc in search_for_quantizers_twoloop()
199 s->psy.cutoff = bandwidth; in search_for_quantizers_twoloop()
224 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; in search_for_quantizers_twoloop()
236 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; in search_for_quantizers_twoloop()
Dlibx264.c75 int psy; member
767 if (x4->psy >= 0) in X264_init()
768 x4->params.analyse.b_psy = x4->psy; in X264_init()
1089 …{ "psy", "Use psychovisual optimizations.", OFFSET(psy), AV_OP…
Daacenc_tns.c188 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[w*16+g]; in ff_aac_search_for_tns()
Daacenc.h397 FFPsyContext psy; member
Daacenc_ltp.c190 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; in ff_aac_search_for_ltp()
Daacenc_pred.c265 const FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[sfb]; in ff_aac_search_for_pred()
/third_party/ffmpeg/doc/
Dencoders.texi2290 entropy coding, interlacing (MBAFF), lossless mode, psy optimizations
2291 for detail retention (adaptive quantization, psy-RD, psy-trellis).
2481 @item psy
2483 same effect as @command{x264}'s @option{--no-psy} option.
2485 @item psy-rd (@emph{psy-rd})
2487 @var{psy-rd}:@var{psy-trellis} format.
2629 ":". In @var{filter} and @var{psy-rd} options that use ":" as a separator
2730 ffmpeg -i input -c:v libx265 -x265-params crf=26:psy-rd=1 output.mp4
/third_party/ffmpeg/libavcodec/mips/
Daaccoder_mips.c2407 FFPsyBand *band0 = &s->psy.ch[s->cur_channel+0].psy_bands[(w+w2)*16+g]; in search_for_ms_mips()
2408 FFPsyBand *band1 = &s->psy.ch[s->cur_channel+1].psy_bands[(w+w2)*16+g]; in search_for_ms_mips()
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer4196 plugins/mpeg1/mpegaudio/musicin.h, plugins/mpeg1/mpegaudio/psy.c,
4509 mpeg1/mpegaudio/psy.c, mpeg1/mpegaudio/subs.c,
4537 mpeg1/mpegaudio/musicin.h, mpeg1/mpegaudio/psy.c, oss/gstosssink.c:
10138 plugins/mpeg1/mpegaudio/psy.c, plugins/mpeg1/mpegaudio/subs.c,
12294 plugins/mpeg1/mpegaudio/musicin.c, plugins/mpeg1/mpegaudio/psy.c,
13482 plugins/mpeg1/mpegaudio/musicin.h, plugins/mpeg1/mpegaudio/psy.c,
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/
Dvocab.txt18076 ##psy
/third_party/icu/icu4c/source/data/misc/
DsupplementalData.txt6558 "psy",
/third_party/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt6558 "psy",
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt6312 "psy",
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.838 * gst/mpegaudio/psy.c:
/third_party/openh264/res/
DCisco_Absolute_Power_1280x720_30fps.yuv770 …TTSSSUUUUUVUUWWXY\^XIFKSZ_`ffaVVTOKJIHFBEKNQUUOLMTXVYdinlhlv{qfjrtrqv~�����psy��xhb^YVTRRTV]jtttv…