Home
last modified time | relevance | path

Searched refs:dydx (Results 1 – 11 of 11) 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/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_line.c356 float dydx = dy / dx; in try_setup_line() local
381 float yintersect = fracf(v1[0][1]) + x1diff * dydx; in try_setup_line()
400 float yintersect = fracf(v2[0][1]) + x2diff * dydx; in try_setup_line()
419 y_offset_end = x_offset_end * dydx; in try_setup_line()
424 y_offset = x_offset * dydx; in try_setup_line()
432 y_offset = x_offset * dydx; in try_setup_line()
436 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.c371 GLfloat dydx = line->dy / line->dx; in segment() local
411 yBot += dydx; in segment()
412 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 …]