Searched refs:one (Results 1 - 25 of 26) sorted by relevance

12

/hardware/broadcom/libbt/
H A Dvnd_buildcfg.mk5 # configuration file does not exist. Use default one
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dcopy_altivec.asm21 ;# for the input, but only one store for the output.
H A Dvariance_altivec.asm74 ;# only one of the inputs should need to be aligned.
107 ;# only one of the inputs should need to be aligned.
115 ;# only one of the inputs should need to be aligned.
206 ;# only one of the inputs should need to be aligned.
H A Dsad_altivec.asm115 ;# only one of the inputs should need to be aligned.
123 ;# only one of the inputs should need to be aligned.
H A Dloopfilter_filters_altivec.asm485 ;# save bottom 3 bits so that we round one side +4 and the other +3
975 sub r3, r3, r5 ;# back up one line for simplicity
1126 lvx v1, r5, r3 ;# v1 = P0 = 16 pels one row above edge
1127 lvx v2, 0, r3 ;# v2 = Q0 = 16 pels one row below edge
H A Dfilter_altivec.asm293 ;# filtering phase with one pass.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
H A Dvp8_memcpy_neon.asm29 mov r12, r2, lsr #8 ;copy 256 bytes data at one time
H A Dshortfdct_neon.asm34 ; Part one
114 ; Part one
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/
H A Dvp8_vpxyv12_copyframe_func_neon.asm48 ; copy two rows at one time
108 ;copy two rows at one time
H A Dvp8_vpxyv12_copysrcframe_func_neon.asm46 ; copy two rows at one time
160 ;copy two rows at one time
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_avx2.c18 const __m128i one = _mm_set1_epi8(1); local
136 flat = _mm_subs_epu8(flat, one);
169 flat2 = _mm_subs_epu8(flat2, one);
400 const __m128i one = _mm_set1_epi8(1); local
533 flat = _mm_subs_epu8(flat, one);
559 flat2 = _mm_subs_epu8(flat2, one);
H A Dvp9_loopfilter_mmx.asm188 psraw mm5, 1 ; partial shifted one more time for 2nd tap
189 psraw mm1, 1 ; partial shifted one more time for 2nd tap
504 psraw mm5, 1 ; partial shifted one more time for 2nd tap
506 psraw mm1, 1 ; partial shifted one more time for 2nd tap
H A Dvp9_loopfilter_intrin_sse2.c21 const __m128i one = _mm_set1_epi8(1); local
134 flat = _mm_subs_epu8(flat, one);
162 flat2 = _mm_subs_epu8(flat2, one);
382 const __m128i one = _mm_set1_epi8(1); local
526 flat = _mm_subs_epu8(flat, one);
558 flat2 = _mm_subs_epu8(flat2, one);
892 const __m128i one = _mm_set1_epi8(1); local
934 flat = _mm_subs_epu8(flat, one);
1122 const __m128i one = _mm_set1_epi8(1); local
1168 flat = _mm_subs_epu8(flat, one);
[all...]
H A Dvp9_subpixel_bilinear_sse2.asm37 punpckldq xmm0, xmm1 ;two row in one register
H A Dvp9_subpixel_8t_sse2.asm51 punpckldq xmm0, xmm1 ;two row in one register
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Dcopymem16x16_v6.asm36 ;copy one byte each time
H A Dloopfilter_v6.asm407 ;save bottom 3 bits so that we round one side +4 and the other +3
425 ;save bottom 3 bits so that we round one side +4 and the other +3
1042 ;save bottom 3 bits so that we round one side +4 and the other +3
1060 ;save bottom 3 bits so that we round one side +4 and the other +3
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm255 ; (used) two for inputs (regA-regD), one for constants (q15)
262 ; (used) five for intermediate (q8-q12), one for constants (q15)
307 ; This function does one pass of idct32x32 transform.
315 ; is done on demand, one band of four 8x8 matrices at a time. The four
357 ; Load two horizontally consecutive 8x8 16bit data matrices. The first one
358 ; into q0-q7 and the second one into q8-q15. There is a stride of 64,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Didctllm_mmx.asm22 ; * fixed point precision as the second one, we use a trick of
H A Dloopfilter_mmx.asm188 psraw mm5, 1 ; partial shifted one more time for 2nd tap
189 psraw mm1, 1 ; partial shifted one more time for 2nd tap
504 psraw mm5, 1 ; partial shifted one more time for 2nd tap
506 psraw mm1, 1 ; partial shifted one more time for 2nd tap
H A Dloopfilter_sse2.asm233 psraw xmm5, 1 ; partial shifted one more time for 2nd tap
234 psraw xmm1, 1 ; partial shifted one more time for 2nd tap
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
H A Dsubtract_sse2.asm92 mov rcx, 8 ; do two lines at one time
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dx86_abi_support.asm167 ; This macro uses one temporary register, which is not preserved, and thus
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
H A Dx86inc.asm208 ; declares a function (foo), taking two args (dst and src) and one local variable (tmp)
974 ; So, if the op is symmetric and the wrong one is memory, swap them.
/hardware/intel/img/libdrm/
H A Dconfigure235 $0: the script under such a shell if you do have one."
536 # Remove one level of quotation (which was required for Make).
1518 --disable-dependency-tracking speeds up one-time build
2522 # We chose a different compiler from the bogus one.
3289 # Best one so far, save it but keep looking for a better one
3355 # Best one so far, save it but keep looking for a better one
3602 # so one script is as good as another. But avoid the broken or
3648 rm -rf conftest.one conftes
[all...]

Completed in 3234 milliseconds

12