Home
last modified time | relevance | path

Searched refs:dydx (Results 1 – 14 of 14) sorted by relevance

/external/libavc/common/
Dih264_inter_pred_filters.c117 WORD32 dydx) in ih264_inter_pred_luma_copy() argument
121 UNUSED(dydx); in ih264_inter_pred_luma_copy()
234 WORD32 dydx) in ih264_inter_pred_luma_horz() argument
239 UNUSED(dydx); in ih264_inter_pred_luma_horz()
304 WORD32 dydx) in ih264_inter_pred_luma_vert() argument
309 UNUSED(dydx); in ih264_inter_pred_luma_vert()
373 WORD32 dydx) in ih264_inter_pred_luma_horz_hpel_vert_hpel() argument
379 UNUSED(dydx); in ih264_inter_pred_luma_horz_hpel_vert_hpel()
458 WORD32 dydx) in ih264_inter_pred_luma_horz_qpel() argument
462 WORD32 x_offset = dydx & 0x3; in ih264_inter_pred_luma_horz_qpel()
[all …]
Dih264_inter_pred_filters.h110 WORD32 dydx);
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad.cc89 auto dydx = Mul(scope, two, op.input(0)); in SquareGrad() local
92 Mul(scope, grad_inputs[0], ConjugateHelper(scope, dydx))); in SquareGrad()
134 auto dydx = Exp(scope, op.input(0)); in Expm1Grad() local
137 Mul(scope, grad_inputs[0], ConjugateHelper(scope, dydx))); in Expm1Grad()
147 auto dydx = Reciprocal(scope, op.input(0)); in LogGrad() local
150 Mul(scope, grad_inputs[0], ConjugateHelper(scope, dydx))); in LogGrad()
161 auto dydx = Reciprocal(scope, Add(scope, one, op.input(0))); in Log1pGrad() local
164 Mul(scope, grad_inputs[0], ConjugateHelper(scope, dydx))); in Log1pGrad()
174 auto dydx = Cosh(scope, op.input(0)); in SinhGrad() local
177 Mul(scope, grad_inputs[0], ConjugateHelper(scope, dydx))); in SinhGrad()
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_line.c362 float dydx = dy / dx; in try_setup_line() local
387 float yintersect = fracf(v1[0][1]) + x1diff * dydx; in try_setup_line()
406 float yintersect = fracf(v2[0][1]) + x2diff * dydx; in try_setup_line()
425 y_offset_end = x_offset_end * dydx; in try_setup_line()
430 y_offset = x_offset * dydx; in try_setup_line()
438 y_offset = x_offset * dydx; in try_setup_line()
442 y_offset_end = x_offset_end * dydx; in try_setup_line()
/external/libavc/common/arm/
Dih264_inter_pred_luma_horz_qpel_a9q.s75 @* @param[in] dydx: x and y reference offset for qpel calculations.
92 @ UWORD32 dydx)
101 @ r7 => dydx
115 ldr r7, [sp, #116] @Loads dydx
Dih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s82 @* @param[in] dydx: x and y reference offset for qpel calculations
99 @ UWORD32 dydx)
108 @ r6 => dydx
121 ldr r6, [sp, #116] @dydx
126 lsr r6, r6, #3 @dydx>>3
Dih264_inter_pred_luma_horz_qpel_vert_hpel_a9q.s86 @* @param[in] dydx: x and y reference offset for qpel calculations
103 @ UWORD32 dydx)
112 @ r6 => dydx
128 ldr r6, [sp, #116] @ loads dydx
129 and r6, r6, #2 @ dydx & 0x3 followed by dydx>>1 and dydx<<1
Dih264_inter_pred_luma_vert_qpel_a9q.s73 @* @param[in] dydx: x and y reference offset for qpel calculations.
90 @ UWORD32 dydx)
99 @ r7 => dydx
113 ldr r7, [sp, #116] @Loads dydx
115 lsr r7, r7, #3 @dydx>>3
Dih264_inter_pred_luma_horz_hpel_vert_qpel_a9q.s86 @* @param[in] dydx: x and y reference offset for qpel calculations
103 @ UWORD32 dydx)
112 @ r7 => dydx
128 ldr r7, [sp, #116] @ loads dydx
129 …lsr r7, r7, #3 @ dydx >> 2 followed by dydx & 0x3 and dydx>>1 to obtain the d…
Dih264_inter_pred_luma_horz_hpel_vert_hpel_a9q.s83 @* @param[in] dydx: x and y reference offset for qpel calculations: UNUSED in this function.
100 @ UWORD32 dydx)
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c370 GLfloat dydx = line->dy / line->dx; in segment() local
410 yBot += dydx; in segment()
411 yTop += dydx; in segment()
/external/libavc/common/x86/
Dih264_inter_pred_filters_ssse3.c97 WORD32 dydx) in ih264_inter_pred_luma_copy_ssse3() argument
103 UNUSED(dydx); in ih264_inter_pred_luma_copy_ssse3()
223 WORD32 dydx) in ih264_inter_pred_luma_horz_ssse3() argument
229 UNUSED(dydx); in ih264_inter_pred_luma_horz_ssse3()
488 WORD32 dydx) in ih264_inter_pred_luma_vert_ssse3() argument
500 UNUSED(dydx); in ih264_inter_pred_luma_vert_ssse3()
774 WORD32 dydx) in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() argument
776 UNUSED(dydx); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
1498 WORD32 dydx) in ih264_inter_pred_luma_horz_qpel_ssse3() argument
1510 x_offset = dydx & 3; in ih264_inter_pred_luma_horz_qpel_ssse3()
[all …]
/external/tensorflow/tensorflow/python/ops/
Dgradients_test.py371 dydxs = [0. * x if dydx is None else dydx
372 for x, dydx in zip(xs, dydxs)]
/external/libhevc/encoder/
Dhme_subpel.c250 S32 dx, dy, dydx; in hme_qpel_interp_comprehensive() local
263 dydx = (dx + (dy << 2)); in hme_qpel_interp_comprehensive()
265 vert_func_selector = gai4_select_qpel_function_vert[pt_select_for_TB][dydx]; in hme_qpel_interp_comprehensive()
266 horz_func_selector = gai4_select_qpel_function_horz[pt_select_for_LR][dydx]; in hme_qpel_interp_comprehensive()