Home
last modified time | relevance | path

Searched refs:min_shift (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlpc.c97 int32_t *lpc_out, int *shift, int min_shift, in quantize_lpc_coefs() argument
123 while((cmax * (1 << sh) > qmax) && (sh > min_shift)) { in quantize_lpc_coefs()
206 int omethod, int min_shift, int max_shift, int zero_shift) in ff_lpc_calc_coefs() argument
290 min_shift, max_shift, zero_shift); in ff_lpc_calc_coefs()
294 min_shift, max_shift, zero_shift); in ff_lpc_calc_coefs()
Dlpc.h98 int omethod, int min_shift, int max_shift, int zero_shift);
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_subgroups.c344 nir_const_value min_shift[4] = { 0 }; in build_ballot_imm_ishl() local
346 min_shift[i].i32 = i * options->ballot_bit_size; in build_ballot_imm_ishl()
347 nir_ssa_def *min_shift_val = nir_build_imm(b, options->ballot_components, 32, min_shift); in build_ballot_imm_ishl()