Lines Matching refs:ref_strd
123 WORD32 ref_strd, in ime_sub_pel_compute_sad_16x16() argument
127 UWORD8 *pu1_ref_half_y_top = pu1_ref_half_y - ref_strd; in ime_sub_pel_compute_sad_16x16()
129 UWORD8 *pu1_ref_half_xy_top = pu1_ref_half_xy - ref_strd; in ime_sub_pel_compute_sad_16x16()
130 UWORD8 *pu1_ref_half_xy_top_left = pu1_ref_half_xy - ref_strd - 1; in ime_sub_pel_compute_sad_16x16()
172 pu1_ref_half_x += ref_strd; in ime_sub_pel_compute_sad_16x16()
173 pu1_ref_half_x_left += ref_strd; in ime_sub_pel_compute_sad_16x16()
175 pu1_ref_half_y += ref_strd; in ime_sub_pel_compute_sad_16x16()
176 pu1_ref_half_y_top += ref_strd; in ime_sub_pel_compute_sad_16x16()
178 pu1_ref_half_xy += ref_strd; in ime_sub_pel_compute_sad_16x16()
179 pu1_ref_half_xy_left += ref_strd; in ime_sub_pel_compute_sad_16x16()
180 pu1_ref_half_xy_top += ref_strd; in ime_sub_pel_compute_sad_16x16()
181 pu1_ref_half_xy_top_left += ref_strd; in ime_sub_pel_compute_sad_16x16()
216 WORD32 ref_strd, in ime_calculate_sad4_prog() argument
224 UWORD8 *top_ptr = pu1_ref - ref_strd; in ime_calculate_sad4_prog()
225 UWORD8 *bot_ptr = pu1_ref + ref_strd; in ime_calculate_sad4_prog()
229 UWORD32 u4_ref_buf_offset = ref_strd - MB_SIZE; in ime_calculate_sad4_prog()
299 WORD32 ref_strd, in ime_calculate_sad3_prog() argument
305 UWORD32 u4_ref_buf_offset = ref_strd - MB_SIZE; in ime_calculate_sad3_prog()
382 WORD32 ref_strd, in ime_calculate_sad2_prog() argument
388 UWORD32 u4_ref_buf_offset = ref_strd - MB_SIZE; in ime_calculate_sad2_prog()