Home
last modified time | relevance | path

Searched refs:yl (Results 1 - 17 of 17) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dpictordec.c68 int yl = *y; in picmemset() local
73 d = frame->data[0] + yl * frame->linesize[0]; in picmemset()
80 yl -= 1; in picmemset()
82 if (yl < 0) { in picmemset()
83 yl = s->height - 1; in picmemset()
90 d = frame->data[0] + yl * frame->linesize[0]; in picmemset()
109 *y = yl; in picmemset()
H A Dg726.c94 int yl; /**< slow scale factor */ member
207 ylint = (c->yl >> 15); in g726_decode()
208 ylfrac = (c->yl >> 10) & 0x1f; in g726_decode()
262 c->yl += c->yu + ((-c->yl)>>6); in g726_decode()
266 c->y = (c->yl + (c->yu - (c->yl>>6))*al) >> 6; in g726_decode()
293 c->yl = 34816; in g726_reset()
/third_party/musl/src/math/x32/
H A Dexpl.s74 # yl = log2e_hi - yh
78 # fpu stack: 2^hi x lo xh xl yl
79 # lo += xh*yl + xl*yl
/third_party/musl/src/math/i386/
H A Dexpl.s75 # yl = log2e_hi - yh
79 # fpu stack: 2^hi x lo xh xl yl
80 # lo += xh*yl + xl*yl
/third_party/musl/src/math/x86_64/
H A Dexpl.s74 # yl = log2e_hi - yh
78 # fpu stack: 2^hi x lo xh xl yl
79 # lo += xh*yl + xl*yl
/third_party/optimized-routines/math/test/
H A Dulp.h130 RT(double) yl = T(call_long) (f, a); in call_long_fenv()
131 p->y = (RT(float)) yl; in call_long_fenv()
142 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp); in call_long_fenv()
144 p->tail = RT(lscalbn) (yl - p->y, -p->ulpexp); in call_long_fenv()
158 RT(double) yl = T(call_long) (f, a); in call_long_nofenv()
159 p->y = (RT(float)) yl; in call_long_nofenv()
164 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp); in call_long_nofenv()
166 p->tail = RT(lscalbn) (yl - p->y, -p->ulpexp); in call_long_nofenv()
/third_party/libsnd/src/G72x/
H A Dg72x.c117 state_ptr->yl = 34816 ; in private_init_state()
307 y = state_ptr->yl >> 6 ; in step_size()
432 ylint = state_ptr->yl >> 15 ; /* exponent part of yl */ in update()
433 ylfrac = (state_ptr->yl >> 10) & 0x1F ; /* fractional part of yl */ in update()
460 state_ptr->yl += state_ptr->yu + ((-state_ptr->yl) >> 6) ; in update()
H A Dg72x_priv.h45 { long yl ; /* Locked or steady state step size multiplier. */ member
49 short ap ; /* Linear weighting coefficient of 'yl' and 'yu'. */
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Ddiv.c10 static long yl = LONG_MIN / -1; variable
/third_party/libsnd/src/
H A Dnms_adpcm.c51 int yl ; member
53 /* Quantizer step size multiplier. Generated from yl. */
202 s->yl = ((s->yl *0xf8) >> 8) + table_scale_factor_step [s->t_off + (s->Ik & 7)] ; in nms_adpcm_update()
203 if (s->yl < 2171) in nms_adpcm_update()
204 s->yl = 2171 ; in nms_adpcm_update()
205 else if (s->yl > 20480) in nms_adpcm_update()
206 s->yl = 20480 ; in nms_adpcm_update()
207 s->y = nms_adpcm_antilog (s->yl) ; in nms_adpcm_update()
/third_party/ffmpeg/libavfilter/
H A Daf_surround.c143 float xl, float yl,
153 float xl, float yl,
991 float xl, float yl, in upmix_7_1_5_0_side()
1013 fl_mag = powf(.5f * (xl + 1.f), s->fl_x) * powf((yl + 1.f) * .5f, s->fl_y) * mag_totall; in upmix_7_1_5_0_side()
1015 lb_mag = powf(.5f * (-xl + 1.f), s->bl_x) * powf((yl + 1.f) * .5f, s->bl_y) * mag_totall; in upmix_7_1_5_0_side()
1017 ls_mag = powf(1.f - fabsf(xl), s->sl_x) * powf((yl + 1.f) * .5f, s->sl_y) * mag_totall; in upmix_7_1_5_0_side()
1052 float xl, float yl, in upmix_7_1_5_1()
1069 fl_mag = powf(.5f * (xl + 1.f), s->fl_x) * powf((yl + 1.f) * .5f, s->fl_y) * mag_totall; in upmix_7_1_5_1()
1071 lb_mag = powf(.5f * (-xl + 1.f), s->bl_x) * powf((yl + 1.f) * .5f, s->bl_y) * mag_totall; in upmix_7_1_5_1()
1073 ls_mag = powf(1.f - fabsf(xl), s->sl_x) * powf((yl in upmix_7_1_5_1()
985 upmix_7_1_5_0_side(AVFilterContext *ctx, float c_re, float c_im, float mag_totall, float mag_totalr, float fl_phase, float fr_phase, float bl_phase, float br_phase, float sl_phase, float sr_phase, float xl, float yl, float xr, float yr, int n) upmix_7_1_5_0_side() argument
1045 upmix_7_1_5_1(AVFilterContext *ctx, float c_re, float c_im, float lfe_re, float lfe_im, float mag_totall, float mag_totalr, float fl_phase, float fr_phase, float bl_phase, float br_phase, float sl_phase, float sr_phase, float xl, float yl, float xr, float yr, int n) upmix_7_1_5_1() argument
1241 float xl, yl; filter_5_0_side() local
1300 float xl, yl; filter_5_1_side() local
1359 float xl, yl; filter_5_1_back() local
[all...]
/third_party/mbedtls/3rdparty/p256-m/p256-m/
H A Dp256-m.c237 * y = yh:yl = 2^16 * yh + yl
239 * x*y = xl*yl + 2**16 (xh*yl + yl*yh) + 2**32 xh*yh
253 /* now we have %[x], %[y], %[u], %[v] = xl, yl, xh, yh */ in u32_muladd64()
260 /* now we have %[x], %[y], %[v], %[w] = xl*yl, xh*yl, xl*yh, xh*yh */ in u32_muladd64()
312 /* x = xl + 2**16 xh, y = yl + 2**16 yh */ in u32_muladd64()
314 const uint16_t yl in u32_muladd64() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel.c605 pa_usec_t yl, yr; in sink_process_msg() local
607 yl = pa_bytes_to_usec((uint64_t) u->counter, &u->sink->sample_spec); in sink_process_msg()
610 *usec = (int64_t)yl - yr; in sink_process_msg()
746 pa_usec_t yr, yl; in source_process_msg() local
748 yl = pa_bytes_to_usec((uint64_t) u->counter, &PA_SOURCE(o)->sample_spec); in source_process_msg()
751 *usec = (int64_t)yr - yl; in source_process_msg()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteCubeMapSamplersAs2DArray.cpp569 TIntermTyped *yl = in declareCoordTranslationFunction() local
574 calculateYL->appendStatement(new TIntermBinary(EOpAssign, l->deepCopy(), yl)); in declareCoordTranslationFunction()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gm107.cpp3835 uint8_t st, yl, wr, rd, wt, ru;
3838 yl = (insn->sched & 0x000010) >> 4;
3844 INFO("cycle %i, (st 0x%x, yl 0x%x, wr 0x%x, rd 0x%x, wt 0x%x, ru 0x%x)\n",
3845 cycle, st, yl, wr, rd, wt, ru);
/third_party/python/Lib/test/
H A Dtest_buffer.py1973 yl = ndarray_from_structure(litems, fmt, tl, flags=ND_PIL)
1975 yl[lslices] = yr[rslices]
1976 yllist = yl.tolist()
1981 ml = memoryview(yl)
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp3021 auto yl = y & UInt4(0x0000FFFF);
3023 auto xhyl = xh * yl;
3028 auto xlylh = (xl * yl) >> 16;

Completed in 26 milliseconds