Searched refs:bc_out (Results 1 – 4 of 4) sorted by relevance
/third_party/libsnd/src/GSM610/ |
D | long_term.c | 50 int16_t * bc_out, /* OUT */ in Cut_Calculation_of_the_LTP_parameters() argument 123 { *bc_out = 0 ; in Cut_Calculation_of_the_LTP_parameters() 127 { *bc_out = 3 ; in Cut_Calculation_of_the_LTP_parameters() 143 *bc_out = bc ; in Cut_Calculation_of_the_LTP_parameters() 151 int16_t * bc_out, /* OUT */ in Calculation_of_the_LTP_parameters() argument 256 { *bc_out = 0 ; in Calculation_of_the_LTP_parameters() 260 { *bc_out = 3 ; in Calculation_of_the_LTP_parameters() 276 *bc_out = bc ; in Calculation_of_the_LTP_parameters() 287 int16_t * bc_out, /* OUT */ in Cut_Calculation_of_the_LTP_parameters() argument 437 { *bc_out = 0 ; in Cut_Calculation_of_the_LTP_parameters() [all …]
|
/third_party/quickjs/ |
D | quickjs.c | 30787 DynBuf bc_out; in resolve_variables() local 30793 js_dbuf_init(ctx, &bc_out); in resolve_variables() 30812 dbuf_putc(&bc_out, OP_throw_error); in resolve_variables() 30813 dbuf_put_u32(&bc_out, JS_DupAtom(ctx, hf->var_name)); in resolve_variables() 30814 dbuf_putc(&bc_out, JS_THROW_VAR_REDECL); in resolve_variables() 30823 dbuf_putc(&bc_out, OP_check_define_var); in resolve_variables() 30824 dbuf_put_u32(&bc_out, JS_DupAtom(ctx, hf->var_name)); in resolve_variables() 30830 dbuf_putc(&bc_out, flags); in resolve_variables() 30850 dbuf_putc(&bc_out, op); in resolve_variables() 30851 dbuf_put_u16(&bc_out, call_argc); in resolve_variables() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | af_surround.c | 56 float bc_out; member 304 s->output_levels[ch] *= s->bc_out; in config_output() 1720 …{ "bc_out", "set back center channel output level", OFFSET(bc_out), AV_OPT_TYPE_FLOAT, {.…
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 6041 @item bc_out
|