Searched defs:dydx (Results 1 – 5 of 5) sorted by relevance
/external/libavc/common/ |
D | ih264_inter_pred_filters.c | 128 WORD32 dydx) in ih264_inter_pred_luma_copy() 250 WORD32 dydx) in ih264_inter_pred_luma_horz() 320 WORD32 dydx) in ih264_inter_pred_luma_vert() 399 WORD32 dydx) in ih264_inter_pred_luma_horz_hpel_vert_hpel() 495 WORD32 dydx) in ih264_inter_pred_luma_horz_qpel() 583 WORD32 dydx) in ih264_inter_pred_luma_vert_qpel() 678 WORD32 dydx) in ih264_inter_pred_luma_horz_qpel_vert_qpel() 791 WORD32 dydx) in ih264_inter_pred_luma_horz_qpel_vert_hpel() 956 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 | 373 const float dydx = dy / dx; in try_setup_line() local
|
/external/libhevc/encoder/ |
D | hme_subpel.c | 250 S32 dx, dy, dydx; in hme_qpel_interp_comprehensive() local
|