Searched refs:FIR (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mlpdec.c | 634 cp->filter_params[FIR].order = 0; in read_restart_header() 636 cp->filter_params[FIR].shift = 0; in read_restart_header() 684 // Filter is 0 for FIR, 1 for IIR. in read_filter_params() 728 if (filter == FIR) { in read_filter_params() 730 "FIR filter has state data specified.\n"); in read_filter_params() 822 FilterParams *fir = &cp->filter_params[FIR]; in read_channel_params() 828 if ((ret = read_filter_params(m, gbp, substr, ch, FIR)) < 0) in read_channel_params() 844 "FIR and IIR filters must use the same precision.\n"); in read_channel_params() 847 /* The FIR and IIR filters must have the same precision. in read_channel_params() 849 * FIR filte in read_channel_params() [all...] |
H A D | mlp.h | 66 /** The maximum number of taps in IIR and FIR filters. */ 73 #define FIR 0 macro
|
H A D | mlpenc.c | 324 compare_filter_params(prev_cp, cp, FIR)) in compare_decoding_params() 912 write_filter_params(ctx, pb, ch, FIR); in write_decoding_params() 1313 } else if (filter == FIR) { in set_filter_params() 1655 int no_filters_used = !cp->filter_params[FIR].order; in determine_bits() 1718 FilterParams *fp[NUM_FILTERS] = { &ctx->cur_channel_params[channel].filter_params[FIR], in apply_filter() 1723 unsigned int filter_shift = fp[FIR]->shift; in apply_filter() 1727 ctx->filter_state_buffer[FIR][i] = *sample_buffer; in apply_filter() 1753 ctx->filter_state_buffer[FIR][i] = sample; in apply_filter() 1777 set_filter_params(ctx, channel, FIR, 1); in apply_filters()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.h | 158 unsigned findPhysReg(MachineFunction &MF, HexagonBlockRanges::IndexRange &FIR,
|
H A D | HexagonFrameLowering.cpp | 2031 HexagonBlockRanges::IndexRange &FIR, in findPhysReg() 2038 auto isDead = [&FIR,&DeadMap] (unsigned Reg) -> bool { in findPhysReg() 2043 if (DR.contains(FIR)) in findPhysReg() 2030 findPhysReg(MachineFunction &MF, HexagonBlockRanges::IndexRange &FIR, HexagonBlockRanges::InstrIndexMap &IndexMap, HexagonBlockRanges::RegToRangeMap &DeadMap, const TargetRegisterClass *RC) const findPhysReg() argument
|
Completed in 11 milliseconds