Searched refs:combined_rows (Results 1 – 2 of 2) sorted by relevance
384 int16x8_t combined_rows[4]; in ihevce_HAD_4x4_8bit_plane_neon() local417 combined_rows[0] = vcombine_s16(trans_4[0].val[0], trans_4[1].val[0]); in ihevce_HAD_4x4_8bit_plane_neon()418 combined_rows[1] = vcombine_s16(trans_4[0].val[1], trans_4[1].val[1]); in ihevce_HAD_4x4_8bit_plane_neon()420 combined_rows[2] = vaddq_s16(combined_rows[0], combined_rows[1]); in ihevce_HAD_4x4_8bit_plane_neon()421 combined_rows[3] = vsubq_s16(combined_rows[0], combined_rows[1]); in ihevce_HAD_4x4_8bit_plane_neon()424 vtrnq_s32(vreinterpretq_s32_s16(combined_rows[2]), vreinterpretq_s32_s16(combined_rows[3])); in ihevce_HAD_4x4_8bit_plane_neon()426 combined_rows[0] = in ihevce_HAD_4x4_8bit_plane_neon()428 combined_rows[0] = vabsq_s16(combined_rows[0]); in ihevce_HAD_4x4_8bit_plane_neon()429 combined_rows[1] = in ihevce_HAD_4x4_8bit_plane_neon()431 combined_rows[1] = vabsq_s16(combined_rows[1]); in ihevce_HAD_4x4_8bit_plane_neon()[all …]
381 combined_rows = []394 combined_rows.append((label_id, label_name, is_platform))401 combined_rows.append((label_id, label_name, is_platform))403 return combined_rows