Home
last modified time | relevance | path

Searched refs:combined_rows (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c384 int16x8_t combined_rows[4]; in ihevce_HAD_4x4_8bit_plane_neon() local
417 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 …]
/external/autotest/scheduler/
Dscheduler_models.py381 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