HomeSort by relevance Sort by last modified time
    Searched refs:dydx (Results 1 - 11 of 11) sorted by null

  /external/libavc/common/
ih264_inter_pred_filters.c 117 WORD32 dydx)
121 UNUSED(dydx);
234 WORD32 dydx)
239 UNUSED(dydx);
304 WORD32 dydx)
309 UNUSED(dydx);
351 * \param dydx: x and y reference offset for qpel calculations: UNUSED in this function.
373 WORD32 dydx)
379 UNUSED(dydx);
436 * \param dydx: x and y reference offset for qpel calculations
    [all...]
ih264_inter_pred_filters.h 110 WORD32 dydx);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_line.c 341 float dydx = dy / dx; local
366 float yintersect = fracf(v1[0][1]) + x1diff * dydx;
385 float yintersect = fracf(v2[0][1]) + x2diff * dydx;
404 y_offset_end = x_offset_end * dydx;
409 y_offset = x_offset * dydx;
417 y_offset = x_offset * dydx;
421 y_offset_end = x_offset_end * dydx;
  /external/libavc/common/arm/
ih264_inter_pred_luma_horz_qpel_a9q.s 75 @* @param[in] dydx: x and y reference offset for qpel calculations.
92 @ UWORD32 dydx)
101 @ r7 => dydx
115 ldr r7, [sp, #116] @Loads dydx
ih264_inter_pred_luma_horz_qpel_vert_hpel_a9q.s 86 @* @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
ih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s 82 @* @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
ih264_inter_pred_luma_vert_qpel_a9q.s 73 @* @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
ih264_inter_pred_luma_horz_hpel_vert_qpel_a9q.s 86 @* @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 deciding bit
ih264_inter_pred_luma_horz_hpel_vert_hpel_a9q.s 83 @* @param[in] dydx: x and y reference offset for qpel calculations: UNUSED in this function.
100 @ UWORD32 dydx)
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 369 GLfloat dydx = line->dy / line->dx; local
409 yBot += dydx;
410 yTop += dydx;
  /external/libavc/common/x86/
ih264_inter_pred_filters_ssse3.c 97 WORD32 dydx)
103 UNUSED(dydx);
223 WORD32 dydx)
229 UNUSED(dydx);
488 WORD32 dydx)
500 UNUSED(dydx);
    [all...]

Completed in 686 milliseconds