Searched refs:c_hi (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | fdct32x32_neon.c | 668 int32x4_t c_hi[32]; in dct_body_second_pass() local 917 out[0] = add_round_shift_s32(c_lo[0], c_hi[0]); in dct_body_second_pass() 918 out[16] = add_round_shift_s32(c_lo[1], c_hi[1]); in dct_body_second_pass() 920 out[8] = add_round_shift_s32(c_lo[2], c_hi[2]); in dct_body_second_pass() 921 out[24] = add_round_shift_s32(c_lo[3], c_hi[3]); in dct_body_second_pass() 922 out[4] = add_round_shift_s32(c_lo[4], c_hi[4]); in dct_body_second_pass() 923 out[20] = add_round_shift_s32(c_lo[5], c_hi[5]); in dct_body_second_pass() 924 out[12] = add_round_shift_s32(c_lo[6], c_hi[6]); in dct_body_second_pass() 926 out[28] = add_round_shift_s32(c_lo[7], c_hi[7]); in dct_body_second_pass() 927 out[2] = add_round_shift_s32(c_lo[8], c_hi[8]); in dct_body_second_pass() [all …]
|
D | sad_neon.c | 224 const uint8x16_t c_hi = vld1q_u8(second_pred + 16); in sad32x_avg() local 226 const uint8x16_t avg_hi = vrhaddq_u8(b_hi, c_hi); in sad32x_avg()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | inverse_transform_sse4.cc | 2124 const __m128i c_hi = _mm_srai_epi16(b_hi, 4); in StoreToFrameWithRound() local 2128 const __m128i e_hi = _mm_adds_epi16(d_hi, c_hi); in StoreToFrameWithRound()
|
/external/mtools/ |
D | texinfo.tex | 1059 local c_hi = c / 1024 + 0xd800 1066 math.floor(c_hi / 256), math.floor(c_hi % 256),
|