Home
last modified time | relevance | path

Searched refs:zeros (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dquantize_sse2.c159 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones; in vp8_fast_quantize_b_sse2() local
198 zeros = _mm_setzero_si128(); in vp8_fast_quantize_b_sse2()
200 x0 = _mm_cmpeq_epi16(x0, zeros); in vp8_fast_quantize_b_sse2()
201 x1 = _mm_cmpeq_epi16(x1, zeros); in vp8_fast_quantize_b_sse2()
203 ones = _mm_cmpeq_epi16(zeros, zeros); in vp8_fast_quantize_b_sse2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
Dboolhuff_armv5te.asm79 ; Counting the leading zeros is used to normalize range.
155 ; Counting the leading zeros is used to normalize range.
249 ; Counting the leading zeros is used to normalize range.
Dvp8_packtokens_partitions_armv5.asm154 ; Counting the leading zeros is used to normalize range.
382 ; Counting the leading zeros is used to normalize range.
Dvp8_packtokens_armv5.asm104 ; Counting the leading zeros is used to normalize range.
Dvp8_packtokens_mbrow_armv5.asm125 ; Counting the leading zeros is used to normalize range.