Searched refs:words (Results 1 - 16 of 16) sorted by relevance

/hardware/bsp/intel/soc/common/tools/
H A Dgpt_ini2bin.py35 words = l.split()
36 if len(words) > 2:
37 if words[0] == 'partitions' and words[1] == '+=':
38 partitions += words[2:]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dmfqe_sse2.asm34 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words
35 punpcklqdq xmm0, xmm0 ; replicate to all hi words
111 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words
112 punpcklqdq xmm0, xmm0 ; replicate to all hi words
209 ; and operate on words.
222 ; phaddd only operates on adjacent double words.
H A Dvariance_impl_sse2.asm736 punpcklbw xmm5, xmm0 ; xmm5 = words of above
739 punpcklbw xmm3, xmm0 ; xmm3 = words of above
851 punpcklbw xmm5, xmm0 ; xmm5 = words of above
855 punpcklbw xmm3, xmm0 ; xmm3 = words of above
961 punpcklbw xmm5, xmm0 ; xmm5 = words of above
964 punpcklbw xmm3, xmm0 ; xmm3 = words of above
1175 punpcklbw xmm5, xmm0 ; xmm5 = words of above
1178 punpcklbw xmm3, xmm0 ; xmm3 = words of above
1279 punpcklbw xmm5, xmm0 ; xmm5 = words of above
1283 punpcklbw xmm3, xmm0 ; xmm3 = words o
[all...]
H A Didctllm_sse2.asm380 ; load up 2 dc words here == 2*16 = doubleword
399 ; Predict buffer needs to be expanded from bytes to words
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_subpel_variance_impl_sse2.asm59 punpcklbw xmm5, xmm0 ; xmm5 = words of above
63 punpcklbw xmm3, xmm0 ; xmm3 = words of above
273 punpcklbw xmm5, xmm0 ; xmm5 = words of above
277 punpcklbw xmm3, xmm0 ; xmm3 = words of above
H A Dvp9_variance_impl_sse2.asm454 punpcklbw xmm5, xmm0 ; xmm5 = words of above
457 punpcklbw xmm3, xmm0 ; xmm3 = words of above
563 punpcklbw xmm5, xmm0 ; xmm5 = words of above
566 punpcklbw xmm3, xmm0 ; xmm3 = words of above
670 punpcklbw xmm5, xmm0 ; xmm5 = words of above
673 punpcklbw xmm3, xmm0 ; xmm3 = words of above
H A Dvp9_ssim_opt.asm27 ; Sum across the register %1 starting with q words
39 ; Sum across the register %1 starting with q words
H A Dvp9_temporal_filter_apply_sse2.asm153 ; expand to double words
H A Dvp9_subpel_variance.asm86 ; if H=64 and W=16, we have 8 words of each 2(1bit)x64(6bit)x9bit=16bit
88 ; We have to sign-extend it before adding the words within the register
1042 ; filtered second line as words as cache for the next line. Packing into
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c1218 uint offset, words, bytes;
1242 words = SPROM_WORDS;
1243 bytes = 2 * words;
1273 words = bytes / 2;
1296 if (fread((uint16*)bufp, sizeof(uint16), words, fp) != words) {
1298 words * 2, fname);
1331 for (words = 0, wordptr = (uint16*)bufp; *++argv; words++) {
1337 if (words > SPROM_WORD
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dmd5_utils.c28 byteSwap(UWORD32 *buf, unsigned words) { argument
43 } while (--words);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
H A Dssim_opt.asm27 ; Sum across the register %1 starting with q words
39 ; Sum across the register %1 starting with q words
H A Dtemporal_filter_apply_sse2.asm153 ; expand to double words
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A DMakefile213 $(call pairmap,$(1),$(wordlist 3,$(words $(2)),$(2)))\
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm173 ;# In other words, we transpose each of the four 4x4 submatrices.
643 ;# Using the regular register file words are read in and then saved back out to
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3288 static std::string FormatWordList(const std::vector<std::string>& words) { argument
3290 for (size_t i = 0; i < words.size(); ++i) {
3291 if (i > 0 && words.size() > 2) {
3294 if (i == words.size() - 1) {
3297 word_list << "'" << words[i] << "'"; local

Completed in 419 milliseconds