Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
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.
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 of above
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/
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
Dvp9_ssim_opt.asm27 ; Sum across the register %1 starting with q words
39 ; Sum across the register %1 starting with q words
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
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
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dssim_opt.asm27 ; Sum across the register %1 starting with q words
39 ; Sum across the register %1 starting with q words
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c1217 uint offset, words, bytes; in dhd_sprom()
1241 words = SPROM_WORDS; in dhd_sprom()
1242 bytes = 2 * words; in dhd_sprom()
1272 words = bytes / 2; in dhd_sprom()
1295 if (fread((uint16*)bufp, sizeof(uint16), words, fp) != words) { in dhd_sprom()
1297 words * 2, fname); in dhd_sprom()
1330 for (words = 0, wordptr = (uint16*)bufp; *++argv; words++) { in dhd_sprom()
1336 if (words > SPROM_WORDS) { in dhd_sprom()
1342 bytes = 2 * words; in dhd_sprom()
1358 for (i = 0; i < (int)words; i++) { in dhd_sprom()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dmd5_utils.c28 byteSwap(UWORD32 *buf, unsigned words) { in byteSwap() argument
43 } while (--words); in byteSwap()
Dkeywords.dox3 The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
Dlibs.doxy_template36 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
DMakefile213 $(call pairmap,$(1),$(wordlist 3,$(words $(2)),$(2)))\
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc3288 static std::string FormatWordList(const std::vector<std::string>& words) { in FormatWordList() argument
3290 for (size_t i = 0; i < words.size(); ++i) { in FormatWordList()
3291 if (i > 0 && words.size() > 2) { in FormatWordList()
3294 if (i == words.size() - 1) { in FormatWordList()
3297 word_list << "'" << words[i] << "'"; in FormatWordList()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
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/libva/doc/
DDoxyfile25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded