Home
last modified time | relevance | path

Searched refs:abs0 (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/dsp/
Ddec_clip_tables.c23 static const uint8_t abs0[255 + 255 + 1] = { variable
334 static uint8_t abs0[255 + 255 + 1]; variable
348 const uint8_t* const VP8kabs0 = &abs0[255];
355 abs0[255 + i] = (i < 0) ? -i : i; in VP8InitClipTables()
Denc_sse41.c44 const __m128i abs0 = _mm_abs_epi16(out0); in CollectHistogram_SSE41() local
46 const __m128i v0 = _mm_srai_epi16(abs0, 3); in CollectHistogram_SSE41()
Denc_sse2.c457 const __m128i abs0 = _mm_max_epi16(out0, d0); // abs(v), 16b in CollectHistogram_SSE2() local
460 const __m128i v0 = _mm_srai_epi16(abs0, 3); in CollectHistogram_SSE2()
/external/mesa3d/prebuilt-intermediates/bifrost/
Dbi_generated_pack.h345 unsigned abs0 = ins->src_abs[0]; in pan_pack_add_fround_f32() local
346 assert(abs0 < 2); in pan_pack_add_fround_f32()
363 return 0x3e820 | (src0 << 0) | (abs0 << 7) | (neg0 << 8) | (widen0 << 3) | (round << 9); in pan_pack_add_fround_f32()
591 unsigned abs0 = ins->src_abs[0]; in pan_pack_fma_fround_f32() local
592 assert(abs0 < 2); in pan_pack_fma_fround_f32()
617 … return 0x70c020 | (src0 << 0) | (abs0 << 7) | (neg0 << 8) | (widen0 << 3) | (derived_9 << 9); in pan_pack_fma_fround_f32()
619 return 0x707620 | (src0 << 0) | (abs0 << 7) | (neg0 << 8) | (widen0 << 3); in pan_pack_fma_fround_f32()
641 unsigned abs0 = ins->src_abs[0]; in pan_pack_add_fround_v2f16() local
642 assert(abs0 < 2); in pan_pack_add_fround_v2f16()
660 return 0x3e800 | (src0 << 0) | (abs0 << 7) | (neg0 << 8) | (swz0 << 3) | (round << 9); in pan_pack_add_fround_v2f16()
[all …]
Dbifrost_gen_disasm.c54 const char *abs0 = abs0_table[_BITS(bits, 4, 1)]; in bi_disasm_add_frcp_f16() local
76 fputs(abs0, fp); in bi_disasm_add_frcp_f16()
523 const char *abs0 = abs0_table[_BITS(bits, 15, 1)]; in bi_disasm_add_fmin_f32() local
533 fputs(abs0, fp); in bi_disasm_add_fmin_f32()
801 const char *abs0 = abs0_table[_BITS(bits, 6, 1)]; in bi_disasm_add_frexpm_v2f16_1() local
822 fputs(abs0, fp); in bi_disasm_add_frexpm_v2f16_1()
1088 const char *abs0 = abs0_table[0]; in bi_disasm_add_fadd_f32_1() local
1109 fputs(abs0, fp); in bi_disasm_add_fadd_f32_1()
1207 const char *abs0 = abs0_table[_BITS(bits, 15, 1)]; in bi_disasm_add_fadd_f32_0() local
1217 fputs(abs0, fp); in bi_disasm_add_fadd_f32_0()
[all …]
/external/libvpx/libvpx/vp8/encoder/x86/
Dvp8_quantize_ssse3.c53 __m128i sz0, sz1, x, x0, x1, y0, y1, zeros, abs0, abs1; in vp8_fast_quantize_b_ssse3() local
79 abs0 = y0; in vp8_fast_quantize_b_ssse3()
102 x0 = _mm_cmpgt_epi16(abs0, zeros); in vp8_fast_quantize_b_ssse3()