Lines Matching refs:ppi4_hsad
875 WORD32 **ppi4_hsad, in ihevce_had_8x8_using_4_4x4() argument
891 pi4_4x4_hsad = ppi4_hsad[HAD_4x4] + pos_x + pos_y * num_4x4_in_row; in ihevce_had_8x8_using_4_4x4()
892 pi4_8x8_hsad = ppi4_hsad[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4()
953 WORD32 **ppi4_hsad, in ihevce_had_8x8_using_4_4x4_r() argument
989 pi4_4x4_hsad = ppi4_hsad[HAD_4x4] + pos_x + pos_y * num_4x4_in_row; in ihevce_had_8x8_using_4_4x4_r()
990 pi4_8x8_hsad = ppi4_hsad[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r()
1210 WORD32 **ppi4_hsad, in ihevce_had_16x16_r() argument
1256 pi4_16x16_hsad = ppi4_hsad[HAD_16x16] + (pos_x >> 2) + (pos_y >> 2) * (num_4x4_in_row >> 2); in ihevce_had_16x16_r()
1279 ppi4_hsad, in ihevce_had_16x16_r()
1523 WORD32 **ppi4_hsad, in ihevce_had_32x32_r() argument
1578 pi4_32x32_hsad = ppi4_hsad[HAD_32x32] + (pos_x >> 3) + (pos_y >> 3) * (num_4x4_in_row >> 3); in ihevce_had_32x32_r()
1594 ppi4_hsad, in ihevce_had_32x32_r()
1629 ppi4_hsad, in ihevce_had_32x32_r()
1664 ppi4_hsad, in ihevce_had_32x32_r()
1699 ppi4_hsad, in ihevce_had_32x32_r()