Home
last modified time | relevance | path

Searched refs:hbuf (Results 126 – 150 of 2653) sorted by last modified time

12345678910>>...107

/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/config/linux/arm64/
H A Dvpx_dsp_rtcd.h355 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
356 void vpx_int_pro_row_neon(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height…
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/config/mac/ia32/
H A Dvpx_dsp_rtcd.h384 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
385 void vpx_int_pro_row_sse2(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height…
386 RTCD_EXTERN void (*vpx_int_pro_row)(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const …
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/config/win/ia32/
H A Dvpx_dsp_rtcd.h384 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
385 void vpx_int_pro_row_sse2(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height…
386 RTCD_EXTERN void (*vpx_int_pro_row)(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const …
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/config/mac/x64/
H A Dvpx_dsp_rtcd.h386 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
387 void vpx_int_pro_row_sse2(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height…
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/config/win/aarch64/
H A Dvpx_dsp_rtcd.h355 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
356 void vpx_int_pro_row_neon(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height…
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/test/
H A Davg_test.cc155 typedef void (*IntProRowFunc)(int16_t hbuf[16], uint8_t const *ref,
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.cc682 char hbuf[24]; // covers header.zonetab_offset too in Open() local
683 if (fread(hbuf, 1, sizeof(hbuf), fp.get()) != sizeof(hbuf)) continue; in Open()
684 if (strncmp(hbuf, "tzdata", 6) != 0) continue; in Open()
685 const char* vers = (hbuf[11] == '\0') ? hbuf + 6 : ""; in Open()
686 const std::int_fast32_t index_offset = Decode32(hbuf + 12); in Open()
687 const std::int_fast32_t data_offset = Decode32(hbuf + 16); in Open()
/dports/www/firefox/firefox-99.0/security/nss/lib/zlib/
H A Dinflate.c460 hbuf[0] = (unsigned char)(word); \
461 hbuf[1] = (unsigned char)((word) >> 8); \
462 check = crc32(check, hbuf, 2); \
467 hbuf[0] = (unsigned char)(word); \
468 hbuf[1] = (unsigned char)((word) >> 8); \
469 hbuf[2] = (unsigned char)((word) >> 16); \
470 hbuf[3] = (unsigned char)((word) >> 24); \
471 check = crc32(check, hbuf, 4); \
640 unsigned char hbuf[4]; /* buffer for gzip header crc calculation */ local
/dports/www/firefox/firefox-99.0/media/libvpx/config/linux/arm/
H A Dvpx_dsp_rtcd.h355 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
356 void vpx_int_pro_row_neon(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height…
357 RTCD_EXTERN void (*vpx_int_pro_row)(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const …
/dports/www/firefox/firefox-99.0/media/libvpx/config/mac/x64/
H A Dvpx_dsp_rtcd.h386 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
387 void vpx_int_pro_row_sse2(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height…
/dports/www/firefox/firefox-99.0/media/libvpx/config/mac/ia32/
H A Dvpx_dsp_rtcd.h384 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
385 void vpx_int_pro_row_sse2(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height…
386 RTCD_EXTERN void (*vpx_int_pro_row)(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const …
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_dsp/arm/
H A Davg_neon.c78 void vpx_int_pro_row_neon(int16_t hbuf[16], uint8_t const *ref, in vpx_int_pro_row_neon()
126 vst1q_s16(hbuf, vreinterpretq_s16_u16(vec_sum_lo)); in vpx_int_pro_row_neon()
127 hbuf += 8; in vpx_int_pro_row_neon()
128 vst1q_s16(hbuf, vreinterpretq_s16_u16(vec_sum_hi)); in vpx_int_pro_row_neon()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp_rtcd_defs.pl827 …add_proto qw/void vpx_int_pro_row/, "int16_t *hbuf, const uint8_t *ref, const int ref_stride, cons…
H A Davg.c343 void vpx_int_pro_row_c(int16_t hbuf[16], const uint8_t *ref, in vpx_int_pro_row_c()
349 hbuf[idx] = 0; in vpx_int_pro_row_c()
351 for (i = 0; i < height; ++i) hbuf[idx] += ref[i * ref_stride]; in vpx_int_pro_row_c()
353 hbuf[idx] /= norm_factor; in vpx_int_pro_row_c()
/dports/www/firefox/firefox-99.0/media/libvpx/config/linux/ia32/
H A Dvpx_dsp_rtcd.h384 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
385 void vpx_int_pro_row_sse2(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height…
386 RTCD_EXTERN void (*vpx_int_pro_row)(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const …
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/test/
H A Davg_test.cc155 typedef void (*IntProRowFunc)(int16_t hbuf[16], uint8_t const *ref,
/dports/www/firefox/firefox-99.0/media/libvpx/config/win/ia32/
H A Dvpx_dsp_rtcd.h384 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
385 void vpx_int_pro_row_sse2(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height…
386 RTCD_EXTERN void (*vpx_int_pro_row)(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const …
/dports/www/firefox/firefox-99.0/media/libvpx/config/win/aarch64/
H A Dvpx_dsp_rtcd.h355 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
356 void vpx_int_pro_row_neon(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height…
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c2306 DECLARE_ALIGNED(16, int16_t, hbuf[128]); in vp9_int_pro_motion_estimation()
2356 vpx_int_pro_row(&hbuf[idx], ref_buf, ref_stride, bh); in vp9_int_pro_motion_estimation()
2379 tmp_mv->col = vector_match(hbuf, src_hbuf, b_width_log2_lookup[bsize]); in vp9_int_pro_motion_estimation()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_dsp/x86/
H A Davg_intrin_sse2.c467 void vpx_int_pro_row_sse2(int16_t *hbuf, const uint8_t *ref, in vpx_int_pro_row_sse2() argument
511 _mm_storeu_si128((__m128i *)hbuf, s0); in vpx_int_pro_row_sse2()
512 hbuf += 8; in vpx_int_pro_row_sse2()
513 _mm_storeu_si128((__m128i *)hbuf, s1); in vpx_int_pro_row_sse2()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_dsp/mips/
H A Davg_msa.c398 void vpx_int_pro_row_msa(int16_t hbuf[16], const uint8_t *ref, in vpx_int_pro_row_msa()
430 ST_SH2(hbuf_r, hbuf_l, hbuf, 8); in vpx_int_pro_row_msa()
472 ST_SH2(hbuf_r, hbuf_l, hbuf, 8); in vpx_int_pro_row_msa()
514 ST_SH2(hbuf_r, hbuf_l, hbuf, 8); in vpx_int_pro_row_msa()
520 hbuf[cnt] = 0; in vpx_int_pro_row_msa()
525 hbuf[cnt] += ref[cnt]; in vpx_int_pro_row_msa()
532 hbuf[cnt] /= norm_factor; in vpx_int_pro_row_msa()
/dports/www/firefox/firefox-99.0/media/libvpx/config/linux/x64/
H A Dvpx_dsp_rtcd.h386 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
387 void vpx_int_pro_row_sse2(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height…
/dports/www/firefox/firefox-99.0/modules/zlib/src/
H A Dinflate.c460 hbuf[0] = (unsigned char)(word); \
461 hbuf[1] = (unsigned char)((word) >> 8); \
462 check = crc32(check, hbuf, 2); \
467 hbuf[0] = (unsigned char)(word); \
468 hbuf[1] = (unsigned char)((word) >> 8); \
469 hbuf[2] = (unsigned char)((word) >> 16); \
470 hbuf[3] = (unsigned char)((word) >> 24); \
471 check = crc32(check, hbuf, 4); \
640 unsigned char hbuf[4]; /* buffer for gzip header crc calculation */ local
/dports/www/firefox/firefox-99.0/media/libvpx/config/win/x64/
H A Dvpx_dsp_rtcd.h386 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);
387 void vpx_int_pro_row_sse2(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height…
/dports/www/firefox/firefox-99.0/media/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h288 void vpx_int_pro_row_c(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height);

12345678910>>...107