/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/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/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/ |
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
|
D | examples.mk | 270 VS_PLATFORMS = $(foreach d,$(wildcard */Release/$(CODEC_LIB).lib),$(word 1,$(subst /, ,$(d))))
|
D | libs.mk | 150 VS_PLATFORMS = $(foreach d,$(wildcard */Release/$(CODEC_LIB).lib),$(word 1,$(subst /, ,$(d))))
|
/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/mm-video-legacy/vidc/vdec/inc/ |
D | qtypes.h | 79 typedef unsigned short word; /* Unsinged 16 bit value type. */ typedef
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | qtypes.h | 79 typedef unsigned short word; /* Unsinged 16 bit value type. */ typedef
|
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/ |
D | secvideoparser.h | 144 uint16_t byteswap_16(uint16_t word);
|
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/ |
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
|
D | vp9_quantize_ssse3.asm | 213 mov word [eobq], 0
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_intrapred_ssse3.asm | 492 pshufb m1, m0, [GLOBAL(sh_b76543210)] ; l8-1 [word] 493 pshufb m2, m0, [GLOBAL(sh_b65432108)] ; l7-1,tl [word] 494 pshufb m3, m0, [GLOBAL(sh_b54321089)] ; l6-1,tl,t1 [word] 495 pshufb m0, [GLOBAL(sh_b89abcdef)] ; tl,t1-7 [word] 496 psrldq m4, m0, 1 ; t1-7 [word] 497 psrldq m5, m0, 2 ; t2-7 [word]
|
D | vp9_subpixel_bilinear_sse2.asm | 38 punpcklbw xmm0, xmm2 ;unpack to word
|
D | vp9_subpixel_8t_sse2.asm | 56 punpcklbw xmm0, zero ;unpack to word
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | sixtappredict8x4_v6.asm | 252 ;One word each is reserved. Label filter_coeff can be used to access the data.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | variance_altivec.asm | 52 ;# can be used. Only have a half word signed
|
D | loopfilter_filters_altivec.asm | 1168 ;# Store 4 pels at word "Offs" in temp array, then advance r7 1174 ;# 16 unaligned word accesses
|