Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dflacenc.c825 int min_order, max_order, opt_order, omethod; in encode_residual_ch() local
857 omethod = s->options.prediction_order_method; in encode_residual_ch()
887 s->options.lpc_passes, omethod, in encode_residual_ch()
890 if (omethod == ORDER_METHOD_2LEVEL || in encode_residual_ch()
891 omethod == ORDER_METHOD_4LEVEL || in encode_residual_ch()
892 omethod == ORDER_METHOD_8LEVEL) { in encode_residual_ch()
893 int levels = 1 << omethod; in encode_residual_ch()
919 } else if (omethod == ORDER_METHOD_SEARCH) { in encode_residual_ch()
935 } else if (omethod == ORDER_METHOD_LOG) { in encode_residual_ch()
Dlpc.c206 int omethod, int min_shift, int max_shift, int zero_shift) in ff_lpc_calc_coefs() argument
286 if(omethod == ORDER_METHOD_EST) { in ff_lpc_calc_coefs()
Dlpc.h98 int omethod, int min_shift, int max_shift, int zero_shift);
/third_party/ltp/lib/
Dtlibio.c543 int omethod = method; in lio_write_buffer() local
623 if (omethod & LIO_RANDOM) { in lio_write_buffer()
1114 int omethod = method; in lio_read_buffer() local
1194 if (omethod & LIO_RANDOM) { in lio_read_buffer()