Home
last modified time | relevance | path

Searched refs:LSW (Results 1 – 3 of 3) sorted by relevance

/external/libmpeg2/decoder/
Dimpeg2d_pnb_pic.c121 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << u2_len); in impeg2d_dec_p_mb_params()
132 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << MB_MOTION_TYPE_LEN); in impeg2d_dec_p_mb_params()
153 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << MB_DCT_TYPE_LEN); in impeg2d_dec_p_mb_params()
310 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << u2_len); in impeg2d_dec_pnb_mb_params()
322 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << MB_MOTION_TYPE_LEN); in impeg2d_dec_pnb_mb_params()
347 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << MB_DCT_TYPE_LEN); in impeg2d_dec_pnb_mb_params()
/external/libmpeg2/common/
Dimpeg2_macros.h42 #define LSW(dword) (dword & 0xFFFF) macro
/external/boringssl/linux-arm/crypto/aes/
Dbsaes-armv7.S1530 ldr r8, [ip, #12] @ load counter .LSW