Home
last modified time | relevance | path

Searched defs:hv (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/aarch64/
Dvp8dsp.h24 #define VP8_LF_Y(hv, inner, opt) \ argument
30 #define VP8_LF_UV(hv, inner, opt) \ argument
37 #define VP8_LF_SIMPLE(hv, opt) \ argument
/third_party/ffmpeg/libavcodec/arm/
Dvp8dsp.h29 #define VP8_LF_Y(hv, inner, opt) \ argument
35 #define VP8_LF_UV(hv, inner, opt) \ argument
42 #define VP8_LF_SIMPLE(hv, opt) \ argument
Dvp8dsp_armv6.S1198 .macro vp8_mc_1 name, size, hv
/third_party/node/deps/cares/src/lib/
Dares__htable.c419 unsigned int hv = seed; in ares__htable_hash_FNV1a() local
436 unsigned int hv = seed; in ares__htable_hash_FNV1a_casecmp() local
/third_party/curl/lib/
Dhttp1.c139 const char *p, *m, *target, *hv, *scheme, *authority, *path; in start_req() local
/third_party/python/Python/
Dhashtable.c265 for (size_t hv = 0; hv < ht->nbuckets; hv++) { in _Py_hashtable_foreach() local
/third_party/ffmpeg/libavcodec/mips/
Dvp8dsp_mmi.c852 int hv = hev(dst + i * 1, stride, hev_thresh); in vp8_v_loop_filter8_inner_mmi() local
938 int hv = hev(dst + i * stride, 1, hev_thresh); in vp8_h_loop_filter8_inner_mmi() local
1387 int hv = hev(dst + i * 1, stride, hev_thresh); in ff_vp8_v_loop_filter16_inner_mmi() local
1402 int hv = hev(dst + i * stride, 1, hev_thresh); in ff_vp8_h_loop_filter16_inner_mmi() local
/third_party/ffmpeg/libavcodec/
Dh264_loopfilter.c379 #define FILTER(hv,dir,edge,intra)\ in h264_filter_mb_fast_internal() argument