Searched refs:zeros (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | quantize_sse2.c | 159 __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/ |
D | boolhuff_armv5te.asm | 79 ; 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.
|
D | vp8_packtokens_partitions_armv5.asm | 154 ; Counting the leading zeros is used to normalize range. 382 ; Counting the leading zeros is used to normalize range.
|
D | vp8_packtokens_armv5.asm | 104 ; Counting the leading zeros is used to normalize range.
|
D | vp8_packtokens_mbrow_armv5.asm | 125 ; Counting the leading zeros is used to normalize range.
|