• Home
  • Raw
  • Download

Lines Matching refs:pred_strd

100     WORD32 pred_strd,  in ihevce_hadamard_4x4_8bit()  argument
129 pu1_pred += pred_strd; in ihevce_hadamard_4x4_8bit()
154 WORD32 pred_strd, in ihevce_hadamard_8x8_8bit() argument
161 ihevce_hadamard_4x4_8bit(pu1_src, src_strd, pu1_pred, pred_strd, pi2_dst, dst_strd); in ihevce_hadamard_8x8_8bit()
163 ihevce_hadamard_4x4_8bit(pu1_src + 4, src_strd, pu1_pred + 4, pred_strd, pi2_dst + 4, dst_strd); in ihevce_hadamard_8x8_8bit()
168 pu1_pred + 4 * pred_strd, in ihevce_hadamard_8x8_8bit()
169 pred_strd, in ihevce_hadamard_8x8_8bit()
176 pu1_pred + 4 + 4 * pred_strd, in ihevce_hadamard_8x8_8bit()
177 pred_strd, in ihevce_hadamard_8x8_8bit()
210 WORD32 pred_strd, in ihevce_hadamard_16x16_8bit() argument
217 ihevce_hadamard_8x8_8bit(pu1_src, src_strd, pu1_pred, pred_strd, pi2_dst, dst_strd); in ihevce_hadamard_16x16_8bit()
219 ihevce_hadamard_8x8_8bit(pu1_src + 8, src_strd, pu1_pred + 8, pred_strd, pi2_dst + 8, dst_strd); in ihevce_hadamard_16x16_8bit()
224 pu1_pred + 8 * pred_strd, in ihevce_hadamard_16x16_8bit()
225 pred_strd, in ihevce_hadamard_16x16_8bit()
232 pu1_pred + 8 + 8 * pred_strd, in ihevce_hadamard_16x16_8bit()
233 pred_strd, in ihevce_hadamard_16x16_8bit()
266 WORD32 pred_strd, in ihevce_hadamard_32x32_8bit() argument
273 ihevce_hadamard_16x16_8bit(pu1_src, src_strd, pu1_pred, pred_strd, pi2_dst, dst_strd); in ihevce_hadamard_32x32_8bit()
276 pu1_src + 16, src_strd, pu1_pred + 16, pred_strd, pi2_dst + 16, dst_strd); in ihevce_hadamard_32x32_8bit()
281 pu1_pred + 16 * pred_strd, in ihevce_hadamard_32x32_8bit()
282 pred_strd, in ihevce_hadamard_32x32_8bit()
289 pu1_pred + 16 + 16 * pred_strd, in ihevce_hadamard_32x32_8bit()
290 pred_strd, in ihevce_hadamard_32x32_8bit()
359 WORD32 pred_strd, in ihevce_HAD_4x4_8bit() argument
369 ihevce_hadamard_4x4_8bit(pu1_origin, src_strd, pu1_pred_buf, pred_strd, v, 4); in ihevce_HAD_4x4_8bit()
418 WORD32 pred_strd, in ihevce_HAD_8x8_8bit() argument
428 ihevce_hadamard_8x8_8bit(pu1_origin, src_strd, pu1_pred_buf, pred_strd, v, 8); in ihevce_HAD_8x8_8bit()
477 WORD32 pred_strd, in ihevce_compute_ac_had_8x8_8bit() argument
487 ihevce_hadamard_8x8_8bit(pu1_origin, src_strd, pu1_pred_buf, pred_strd, v, 8); in ihevce_compute_ac_had_8x8_8bit()
537 WORD32 pred_strd, in ihevce_HAD_16x16_8bit() argument
547 ihevce_hadamard_16x16_8bit(pu1_origin, src_strd, pu1_pred_buf, pred_strd, v, 16); in ihevce_HAD_16x16_8bit()
596 WORD32 pred_strd, in ihevce_HAD_32x32_8bit() argument
606 ihevce_hadamard_32x32_8bit(pu1_origin, src_strd, pu1_pred_buf, pred_strd, v, 32); in ihevce_HAD_32x32_8bit()
762 WORD32 pred_strd, in ihevce_had4_4x4() argument
792 pu1_pi1 = pu1_pred + (blkx * 4) + (blky * 4 * pred_strd); in ihevce_had4_4x4()
795 ihevce_hadamard_4x4_8bit(pu1_pi0, src_strd, pu1_pi1, pred_strd, pi2_dst, dst_strd); in ihevce_had4_4x4()
872 WORD32 pred_strd, in ihevce_had_8x8_using_4_4x4() argument
896 pu1_src, src_strd, pu1_pred, pred_strd, ai2_4x4_had, 8, pi4_4x4_hsad, num_4x4_in_row, 0); in ihevce_had_8x8_using_4_4x4()
950 WORD32 pred_strd, in ihevce_had_8x8_using_4_4x4_r() argument
997 pu1_src, src_strd, pu1_pred, pred_strd, ai2_4x4_had, 8, pi4_4x4_hsad, num_4x4_in_row, 0); in ihevce_had_8x8_using_4_4x4_r()
1207 WORD32 pred_strd, in ihevce_had_16x16_r() argument
1268 pu1_pred0 = pu1_pred + (i & 0x01) * 8 + (i >> 1) * pred_strd * 8; in ihevce_had_16x16_r()
1276 pred_strd, in ihevce_had_16x16_r()
1520 WORD32 pred_strd, in ihevce_had_32x32_r() argument
1571 UWORD8 *pu1_pred2 = pu1_pred + pred_strd * 16; in ihevce_had_32x32_r()
1572 UWORD8 *pu1_pred3 = pu1_pred + pred_strd * 16 + 16; in ihevce_had_32x32_r()
1591 pred_strd, in ihevce_had_32x32_r()
1626 pred_strd, in ihevce_had_32x32_r()
1661 pred_strd, in ihevce_had_32x32_r()
1696 pred_strd, in ihevce_had_32x32_r()