Searched defs:dydx (Results 1 – 6 of 6) sorted by relevance
| /external/libavc/common/ |
| D | ih264_inter_pred_filters.c | 117 WORD32 dydx) in ih264_inter_pred_luma_copy() 234 WORD32 dydx) in ih264_inter_pred_luma_horz() 304 WORD32 dydx) in ih264_inter_pred_luma_vert() 373 WORD32 dydx) in ih264_inter_pred_luma_horz_hpel_vert_hpel() 458 WORD32 dydx) in ih264_inter_pred_luma_horz_qpel() 534 WORD32 dydx) in ih264_inter_pred_luma_vert_qpel() 617 WORD32 dydx) in ih264_inter_pred_luma_horz_qpel_vert_qpel() 718 WORD32 dydx) in ih264_inter_pred_luma_horz_qpel_vert_hpel() 833 WORD32 dydx) in ih264_inter_pred_luma_horz_hpel_vert_qpel()
|
| /external/tensorflow/tensorflow/cc/gradients/ |
| D | math_grad.cc | 91 auto dydx = Mul(scope, two, op.input(0)); in SquareGrad() local 136 auto dydx = Exp(scope, op.input(0)); in Expm1Grad() local 149 auto dydx = Reciprocal(scope, op.input(0)); in LogGrad() local 163 auto dydx = Reciprocal(scope, Add(scope, one, op.input(0))); in Log1pGrad() local 176 auto dydx = Cosh(scope, op.input(0)); in SinhGrad() local 189 auto dydx = Sinh(scope, op.input(0)); in CoshGrad() local 218 auto dydx = Reciprocal(scope, Cosh(scope, op.output(0))); in AsinhGrad() local 231 auto dydx = Reciprocal(scope, Sinh(scope, op.output(0))); in AcoshGrad() local 245 auto dydx = Reciprocal(scope, Sub(scope, one, Square(scope, op.input(0)))); in AtanhGrad() local 285 auto dydx = Cos(scope, op.input(0)); in SinGrad() local [all …]
|
| /external/libavc/common/x86/ |
| D | ih264_inter_pred_filters_ssse3.c | 97 WORD32 dydx) in ih264_inter_pred_luma_copy_ssse3() 223 WORD32 dydx) in ih264_inter_pred_luma_horz_ssse3() 488 WORD32 dydx) in ih264_inter_pred_luma_vert_ssse3() 774 WORD32 dydx) in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 1498 WORD32 dydx) in ih264_inter_pred_luma_horz_qpel_ssse3() 1792 WORD32 dydx) in ih264_inter_pred_luma_vert_qpel_ssse3() 2117 WORD32 dydx) in ih264_inter_pred_luma_horz_qpel_vert_qpel_ssse3() 2685 WORD32 dydx) in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3() 3295 WORD32 dydx) in ih264_inter_pred_luma_horz_hpel_vert_qpel_ssse3()
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_setup_line.c | 362 float dydx = dy / dx; in try_setup_line() local
|
| /external/mesa3d/src/mesa/swrast/ |
| D | s_aaline.c | 370 GLfloat dydx = line->dy / line->dx; in segment() local
|
| /external/libhevc/encoder/ |
| D | hme_subpel.c | 250 S32 dx, dy, dydx; in hme_qpel_interp_comprehensive() local
|