Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlpc.c206 int omethod, int min_shift, int max_shift, int zero_shift) in ff_lpc_calc_coefs()
286 if(omethod == ORDER_METHOD_EST) { in ff_lpc_calc_coefs()
201 ff_lpc_calc_coefs(LPCContext *s, const int32_t *samples, int blocksize, int min_order, int max_order, int precision, int32_t coefs[][MAX_LPC_ORDER], int *shift, enum FFLPCType lpc_type, int lpc_passes, int omethod, int min_shift, int max_shift, int zero_shift) ff_lpc_calc_coefs() argument
H A Dflacenc.c792 int min_order, max_order, opt_order, omethod; in encode_residual_ch() local
824 omethod = s->options.prediction_order_method; in encode_residual_ch()
854 s->options.lpc_passes, omethod, in encode_residual_ch()
857 if (omethod == ORDER_METHOD_2LEVEL || in encode_residual_ch()
858 omethod == ORDER_METHOD_4LEVEL || in encode_residual_ch()
859 omethod == ORDER_METHOD_8LEVEL) { in encode_residual_ch()
860 int levels = 1 << omethod; in encode_residual_ch()
886 } else if (omethod == ORDER_METHOD_SEARCH) { in encode_residual_ch()
902 } else if (omethod == ORDER_METHOD_LOG) { in encode_residual_ch()
H A Dlpc.h98 int omethod, int min_shift, int max_shift, int zero_shift);
/third_party/ltp/lib/
H A Dtlibio.c547 int omethod = method; in lio_write_buffer() local
627 if (omethod & LIO_RANDOM) { in lio_write_buffer()
1123 int omethod = method; in lio_read_buffer() local
1203 if (omethod & LIO_RANDOM) { in lio_read_buffer()

Completed in 6 milliseconds