Home
last modified time | relevance | path

Searched refs:hv (Results 1 - 24 of 24) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dhevcdsp_mips.h63 MC(qpel, hv, 4);
64 MC(qpel, hv, 8);
65 MC(qpel, hv, 12);
66 MC(qpel, hv, 16);
67 MC(qpel, hv, 24);
68 MC(qpel, hv, 32);
69 MC(qpel, hv, 48);
70 MC(qpel, hv, 64);
92 MC(epel, hv, 4);
93 MC(epel, hv,
[all...]
H A Dvp9dsp_init_mips.c127 init_subpel2(idx, 1, 1, hv, type); \ in vp9dsp_mc_init_msa()
192 init_subpel2(idx, 1, 1, hv, type); \ in vp9dsp_mc_init_mmi()
H A Dvp8dsp_mmi.c852 int hv = hev(dst + i * 1, stride, hev_thresh); in vp8_v_loop_filter8_inner_mmi() local
853 if (hv) in vp8_v_loop_filter8_inner_mmi()
938 int hv = hev(dst + i * stride, 1, hev_thresh); in vp8_h_loop_filter8_inner_mmi() local
939 if (hv) in vp8_h_loop_filter8_inner_mmi()
1387 int hv = hev(dst + i * 1, stride, hev_thresh); in ff_vp8_v_loop_filter16_inner_mmi() local
1388 if (hv) in ff_vp8_v_loop_filter16_inner_mmi()
1402 int hv = hev(dst + i * stride, 1, hev_thresh); in ff_vp8_h_loop_filter16_inner_mmi() local
1403 if (hv) in ff_vp8_h_loop_filter16_inner_mmi()
/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevcdsp_lsx.h65 MC(qpel, hv, 4);
66 MC(qpel, hv, 8);
67 MC(qpel, hv, 12);
68 MC(qpel, hv, 16);
69 MC(qpel, hv, 24);
70 MC(qpel, hv, 32);
71 MC(qpel, hv, 48);
72 MC(qpel, hv, 64);
80 MC(epel, hv, 8);
81 MC(epel, hv, 1
[all...]
H A Dvp9dsp_init_loongarch.c45 init_subpel2(idx, 1, 1, hv, type);
/third_party/node/deps/cares/src/lib/
H A Dares__htable.c419 unsigned int hv = seed; in ares__htable_hash_FNV1a() local
423 hv ^= (unsigned int)key[i]; in ares__htable_hash_FNV1a()
424 /* hv *= 0x01000193 */ in ares__htable_hash_FNV1a()
425 hv += (hv << 1) + (hv << 4) + (hv << 7) + (hv << 8) + (hv << 24); in ares__htable_hash_FNV1a()
428 return hv; in ares__htable_hash_FNV1a()
436 unsigned int hv = seed; ares__htable_hash_FNV1a_casecmp() local
[all...]
/third_party/lzma/C/
H A DLzFind.c33 if (hv) match, then cur[0] and cur[1] also match
35 #define HASH2_CALC hv = GetUi16(cur);
42 if (cur[0]) and (hv) match, then cur[1] and cur[2] also match
47 hv = (temp ^ ((UInt32)cur[2] << 8)) & p->hashMask; }
54 hv = (temp ^ (p->crc[cur[3]] << kLzHash_CrcShift_1)) & p->hashMask; }
63 hv = (temp ^ (p->crc[cur[4]] << kLzHash_CrcShift_2)) & p->hashMask; }
65 #define HASH_ZIP_CALC hv = ((cur[2] | ((UInt32)cur[0] << 8)) ^ p->crc[cur[1]]) & 0xFFFF;
1106 unsigned lenLimit; UInt32 hv; const Byte *cur; UInt32 curMatch; \
1140 curMatch = p->hash[hv]; in Bt2_MatchFinder_GetMatches()
1141 p->hash[hv] in Bt2_MatchFinder_GetMatches()
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp8dsp.h29 #define VP8_LF_Y(hv, inner, opt) \
30 void ff_vp8_##hv##_loop_filter16##inner##_##opt(uint8_t *dst, \
35 #define VP8_LF_UV(hv, inner, opt) \
36 void ff_vp8_##hv##_loop_filter8uv##inner##_##opt(uint8_t *dstU, \
42 #define VP8_LF_SIMPLE(hv, opt) \
43 void ff_vp8_##hv##_loop_filter16_simple_##opt(uint8_t *dst, \
H A Dvp9dsp_init_arm.c70 decl_filter_funcs(put, hv, sz); \
71 decl_filter_funcs(avg, hv, sz)
129 init_mc_funcs(idx, hv, 1, 1, sz,) in vp9dsp_mc_init_arm()
H A Dvp9dsp_init_16bpp_arm_template.c66 decl_filter_funcs(put, hv, sz, bpp); \
67 decl_filter_funcs(avg, hv, sz, bpp)
130 init_mc_funcs(idx, hv, 1, 1, sz, , bpp) in vp9dsp_mc_init_arm()
H A Dvc1dsp_neon.S776 @ Register usage for put_vc1_mspel_mc functions. Registers marked 'hv' are only used in put_vc1_mspel_mc_hv.
782 @ r4 [hv] tmp
783 @ r11 [hv] sp saved
789 @ q0 [hv] src[-stride]
790 @ q1 [hv] src[0]
791 @ q2 [hv] src[stride]
792 @ q3 [hv] src[stride * 2]
795 @ q12 [hv] accumulator 1
H A Dvp8dsp_armv6.S1198 .macro vp8_mc_1 name, size, hv
1199 function ff_put_vp8_\name\size\()_\hv\()_armv6, export=1
1207 b bl_put_\name\()_\hv\()_armv6
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvp8dsp.h24 #define VP8_LF_Y(hv, inner, opt) \
25 void ff_vp8_##hv##_loop_filter16##inner##_##opt(uint8_t *dst, \
30 #define VP8_LF_UV(hv, inner, opt) \
31 void ff_vp8_##hv##_loop_filter8uv##inner##_##opt(uint8_t *dstU, \
37 #define VP8_LF_SIMPLE(hv, opt) \
38 void ff_vp8_##hv##_loop_filter16_simple_##opt(uint8_t *dst, \
H A Dvp9dsp_init_aarch64.c70 decl_filter_funcs(put, hv, sz); \
71 decl_filter_funcs(avg, hv, sz)
142 init_mc_funcs(idx, hv, 1, 1, sz,) in vp9dsp_mc_init_aarch64()
H A Dvp9dsp_init_16bpp_aarch64_template.c66 decl_filter_funcs(put, hv, sz, bpp); \
67 decl_filter_funcs(avg, hv, sz, bpp)
145 init_mc_funcs(idx, hv, 1, 1, sz, , bpp) in vp9dsp_mc_init_aarch64()
/third_party/alsa-lib/modules/mixer/simple/python/
H A Dcommon.py108 hv = HValue(self.volume[dir])
109 hv.setArray(self.volumeinfo[dir].type, self.volumearray[dir])
110 hv.write()
121 hv = HValue(self.switch[dir])
122 hv.setArray(self.switchinfo[dir].type, self.switcharray[dir])
123 hv.write()
173 hv = HValue(self.enum)
174 hv.setArray(self.enuminfo.type, self.enumarray)
175 hv.write()
/third_party/curl/lib/
H A Dhttp1.c139 const char *p, *m, *target, *hv, *scheme, *authority, *path; in start_req() local
155 hv = NULL; in start_req()
160 hv = &parser->line[i + 1]; in start_req()
162 target_len = (hv - target) - 1; in start_req()
172 (void)hv; in start_req()
/third_party/python/Python/
H A Dhashtable.c265 for (size_t hv = 0; hv < ht->nbuckets; hv++) { in _Py_hashtable_foreach()
266 _Py_hashtable_entry_t *entry = TABLE_HEAD(ht, hv); in _Py_hashtable_foreach()
/third_party/ffmpeg/libavcodec/
H A Dh264_loopfilter.c379 #define FILTER(hv,dir,edge,intra)\ in h264_filter_mb_fast_internal()
381 filter_mb_edge##hv( &img_y[4*edge*(dir?linesize:1<<pixel_shift)], linesize, bS[dir][edge], edge ? qp : qp##dir, a, b, h, intra );\ in h264_filter_mb_fast_internal()
384 filter_mb_edge##hv( &img_cb[4*edge*(dir?linesize:1<<pixel_shift)], linesize, bS[dir][edge], edge ? qpc : qpc##dir, a, b, h, intra );\ in h264_filter_mb_fast_internal()
385 filter_mb_edge##hv( &img_cr[4*edge*(dir?linesize:1<<pixel_shift)], linesize, bS[dir][edge], edge ? qpc : qpc##dir, a, b, h, intra );\ in h264_filter_mb_fast_internal()
387 filter_mb_edgec##hv( &img_cb[2*edge*(dir?uvlinesize:1<<pixel_shift)], uvlinesize, bS[dir][edge], edge ? qpc : qpc##dir, a, b, h, intra );\ in h264_filter_mb_fast_internal()
388 filter_mb_edgec##hv( &img_cr[2*edge*(dir?uvlinesize:1<<pixel_shift)], uvlinesize, bS[dir][edge], edge ? qpc : qpc##dir, a, b, h, intra );\ in h264_filter_mb_fast_internal()
H A Dvp8dsp.c402 int hv = hev(dst + i * stridea, strideb, hev_thresh); \
403 if (hv) \
H A Dvp9dsp_template.c2318 init_subpel2(idx, 1, 1, hv, type); \ in ff_vp9dsp_mc_init()
/third_party/ffmpeg/libavcodec/ppc/
H A Dh264dsp.c185 vec_u8 hv = vec_ld( 0, d ); \
187 vec_u8 dstv = vec_perm( hv, lv, (vec_u8)perm_ldv );
194 hv = vec_ld( 0, d ); \
196 hv = vec_sel( hv, bodyv, edgehv ); \
197 vec_st( hv, 0, d );
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9dsp_init.h158 init_subpel1(idx1, idx2, 1, 1, sz, hv, type, bpp, opt); \
/third_party/mksh/
H A DBuild.sh445 hv=`echo "$hf" | tr -d "$lfcr" | tr -c $alll$allu$alln $alls`
468 ac_testn "$hv" "" "<$hf>" <x

Completed in 29 milliseconds