/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_subexp.c | 64 static int count_term_subexp(int word) { in count_term_subexp() argument 65 if (word < 16) in count_term_subexp() 67 if (word < 32) in count_term_subexp() 69 if (word < 64) in count_term_subexp() 71 if (word < 129) in count_term_subexp() 92 static INLINE int write_bit_gte(vp9_writer *w, int word, int test) { in write_bit_gte() argument 93 vp9_write_literal(w, word >= test, 1); in write_bit_gte() 94 return word >= test; in write_bit_gte() 97 static void encode_term_subexp(vp9_writer *w, int word) { in encode_term_subexp() argument 98 if (!write_bit_gte(w, word, 16)) { in encode_term_subexp() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | iwalsh_sse2.asm | 82 mov word ptr[rdx+32*0], ax 83 mov word ptr[rdx+32*2], cx 86 mov word ptr[rdx+32*4], ax 87 mov word ptr[rdx+32*6], cx 92 mov word ptr[rdx+32*8], ax 93 mov word ptr[rdx+32*10], cx 96 mov word ptr[rdx+32*12], ax 97 mov word ptr[rdx+32*14], cx 103 mov word ptr[rdx+32*1], ax 104 mov word ptr[rdx+32*3], cx [all …]
|
D | iwalsh_mmx.asm | 102 mov word ptr[rdx+32*0], ax 103 mov word ptr[rdx+32*1], cx 106 mov word ptr[rdx+32*4], ax 107 mov word ptr[rdx+32*5], cx 110 mov word ptr[rdx+32*8], ax 111 mov word ptr[rdx+32*9], cx 114 mov word ptr[rdx+32*12], ax 115 mov word ptr[rdx+32*13], cx 121 mov word ptr[rdx+32*2], ax 122 mov word ptr[rdx+32*3], cx [all …]
|
/hardware/bsp/intel/peripheral/libupm/src/adc121c021/ |
D | adc121c021.cxx | 70 mraa_result_t ADC121C021::writeWord(uint8_t reg, uint16_t word) in writeWord() argument 73 uint8_t b1 = (word & 0xff00) >> 8; in writeWord() 74 word <<= 8; in writeWord() 75 word |= b1; in writeWord() 77 return mraa_i2c_write_word_data(m_i2c, word, reg); in writeWord()
|
D | adc121c021.h | 124 mraa_result_t writeWord(uint8_t reg, uint16_t word);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | viddec_pm_utils_bstream.c | 8 uint32_t word[2]; member 438 data.word[0] = SWAP_WORD(data.word[0]); in viddec_pm_utils_bstream_peekbits() 439 data.word[1] = SWAP_WORD(data.word[1]); in viddec_pm_utils_bstream_peekbits() 446 data.word[0] = (data.word[0] << shift_by) | ( data.word[1] >> (32 - shift_by)); in viddec_pm_utils_bstream_peekbits() 452 data.word[0] = data.word[0] >> shift_by; in viddec_pm_utils_bstream_peekbits() 454 *out = data.word[0]; in viddec_pm_utils_bstream_peekbits()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
D | and_constructor.h | 50 inv_error_t inv_set_interrupt_word(unsigned long word); 52 inv_error_t inv_set_gesture_enable(int word);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
D | h264parse_sei.c | 930 int32_t word, bits; in h264_sei_reserved_sei_message() local 941 word = 0; in h264_sei_reserved_sei_message() 946 if(byte_index == 0) word = 0; in h264_sei_reserved_sei_message() 952 word = (bits << 8) | word; in h264_sei_reserved_sei_message() 955 word = (bits << 16) | word; in h264_sei_reserved_sei_message() 958 word = (bits << 24) | word; in h264_sei_reserved_sei_message() 961 word = bits; in h264_sei_reserved_sei_message() 968 user_data = word; in h264_sei_reserved_sei_message() 982 word = 0; in h264_sei_reserved_sei_message() 988 user_data = word; in h264_sei_reserved_sei_message()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | keywords.dox | 13 This word, or the terms "REQUIRED" or "SHALL", mean that the 23 This word, or the adjective "RECOMMENDED", mean that there 38 This word, or the adjective "OPTIONAL", mean that an item is
|
/hardware/intel/bootstub/ |
D | e820_bios.S | 56 .word 0xffff 65 .word 3*8-1 171 .word __BOOT_CS /* segment selector */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | Makefile | 35 TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN))) 74 TGT_ISA:=$(word 1, $(subst -, ,$(TOOLCHAIN))) 75 TGT_OS:=$(word 2, $(subst -, ,$(TOOLCHAIN))) 76 TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN))) 212 $(call $(1),$(word 1,$(2)),$(word 2,$(2)))\ 219 find_file1=$(word 1,$(wildcard $(subst //,/,$(addsuffix /$(1),$(2)))))
|
D | Android.mk | 128 TGT_ISA:=$(word 1, $(subst -, ,$(TOOLCHAIN)))
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | qtypes.h | 79 typedef unsigned short word; /* Unsinged 16 bit value type. */ typedef
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | qtypes.h | 79 typedef unsigned short word; /* Unsinged 16 bit value type. */ typedef
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | qtypes.h | 79 typedef unsigned short word; /* Unsinged 16 bit value type. */ typedef
|
/hardware/bsp/intel/peripheral/libupm/src/at42qt1070/ |
D | at42qt1070.cxx | 85 AT42QT1070::writeWord(uint8_t reg, uint16_t word) in writeWord() argument 87 mraa_result_t rv = mraa_i2c_write_word_data(m_i2c, word, reg); in writeWord()
|
D | at42qt1070.h | 173 bool writeWord(uint8_t reg, uint16_t word);
|
/hardware/bsp/intel/peripheral/libupm/src/pca9685/ |
D | pca9685.cxx | 94 bool PCA9685::writeWord(uint8_t reg, uint16_t word) in writeWord() argument 96 mraa_result_t rv = mraa_i2c_write_word_data(m_i2c, word, reg); in writeWord()
|
D | pca9685.h | 210 bool writeWord(uint8_t reg, uint16_t word);
|
/hardware/bsp/intel/peripheral/libmraa/include/linux/ |
D | i2c-dev.h | 45 __u16 word; member
|
/hardware/bsp/intel/peripheral/libmraa/src/i2c/ |
D | i2c.c | 43 unsigned short word; ///< data short word member 255 return 0xFFFF & d.word; in mraa_i2c_read_word_data() 338 d.word = data; in mraa_i2c_write_word_data()
|
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/ |
D | secvideoparser.h | 144 uint16_t byteswap_16(uint16_t word);
|
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/ |
D | secvideoparser.h | 144 uint16_t byteswap_16(uint16_t word);
|
/hardware/intel/img/psb_video/src/ |
D | tng_hostcode.h | 51 #define F_INSERT(word,val,basename) (((word)&~(F_MASK(basename))) | (F_ENCODE((val),basename))) argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_subpel_variance.asm | 87 ; in m6, i.e. it _exactly_ fits in a signed word per word in the xmm reg. 93 punpckhwd m6, m5 ; sign-extend m6 word->dword 112 punpcklwd m6, m5 ; sign-extend m6 word->dword
|