/external/libavc/common/ |
D | ih264_inter_pred_filters.c | 117 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 …]
|
D | ih264_inter_pred_filters.h | 110 WORD32 dydx);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_line.c | 341 float dydx = dy / dx; in try_setup_line() local 366 float yintersect = fracf(v1[0][1]) + x1diff * dydx; in try_setup_line() 385 float yintersect = fracf(v2[0][1]) + x2diff * dydx; in try_setup_line() 404 y_offset_end = x_offset_end * dydx; in try_setup_line() 409 y_offset = x_offset * dydx; in try_setup_line() 417 y_offset = x_offset * dydx; in try_setup_line() 421 y_offset_end = x_offset_end * dydx; in try_setup_line()
|
/external/libavc/common/arm/ |
D | 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
|
D | 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
|
D | 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
|
D | 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
|
D | 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 d…
|
D | 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/ |
D | s_aaline.c | 369 GLfloat dydx = line->dy / line->dx; in segment() local 409 yBot += dydx; in segment() 410 yTop += dydx; in segment()
|
/external/libavc/common/x86/ |
D | ih264_inter_pred_filters_ssse3.c | 97 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 …]
|