Home
last modified time | relevance | path

Searched defs:u_count (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/test/
Dtemporal_filter_yuv_test.cc217 uint32_t *u_accum, uint16_t *u_count, in ApplyReferenceFilter()
407 uint32_t *y_accum, uint16_t *y_count, uint32_t *u_accum, uint16_t *u_count, in ApplyTestFilter()
481 uint32_t *y_accum, uint16_t *y_count, uint32_t *u_accum, uint16_t *u_count, in ApplyTestFilter()
663 uint16_t u_count[MAX_WIDTH * MAX_HEIGHT] = { 0 }; in RunTestFilterWithParam() local
/external/libvpx/libvpx/vp9/encoder/x86/
Dtemporal_filter_sse4.c572 uint32_t *u_accum, uint16_t *u_count, uint32_t *v_accum, uint16_t *v_count, in vp9_apply_temporal_filter_chroma_8()
727 uint32_t *u_accum, uint16_t *u_count, uint32_t *v_accum, uint16_t *v_count, in vp9_apply_temporal_filter_chroma()
861 uint16_t *u_count, uint32_t *v_accum, uint16_t *v_count) { in vp9_apply_temporal_filter_sse4_1()
Dhighbd_temporal_filter_sse4.c499 uint32_t *u_accum, uint16_t *u_count, uint32_t *v_accum, uint16_t *v_count, in vp9_highbd_apply_temporal_filter_chroma_8()
728 uint32_t *u_accum, uint16_t *u_count, uint32_t *v_accum, uint16_t *v_count, in vp9_highbd_apply_temporal_filter_chroma()
868 uint16_t *u_count, uint32_t *v_accum, uint16_t *v_count) { in vp9_highbd_apply_temporal_filter_sse4_1()
/external/libaom/libaom/av1/encoder/x86/
Dtemporal_filter_sse4.c636 uint32_t *u_accum, uint16_t *u_count, uint32_t *v_accum, uint16_t *v_count, in apply_temporal_filter_chroma_8()
801 uint32_t *u_accum, uint16_t *u_count, uint32_t *v_accum, uint16_t *v_count, in apply_temporal_filter_chroma()
966 uint16_t *u_count = count + mb_pels; in apply_temporal_filter_yuv() local
1531 uint32_t *u_accum, uint16_t *u_count, uint32_t *v_accum, uint16_t *v_count, in highbd_apply_temporal_filter_chroma_8()
1760 uint32_t *u_accum, uint16_t *u_count, uint32_t *v_accum, uint16_t *v_count, in highbd_apply_temporal_filter_chroma()
1931 uint16_t *u_count = count + mb_pels; in highbd_apply_temporal_filter_yuv() local
/external/libvpx/libvpx/test/
Dyuv_temporal_filter_test.cc157 uint16_t *u_count = u_counter->TopLeftPixel(); in ApplyReferenceFilter() local
462 Buffer<uint16_t> u_count = Buffer<uint16_t>(uv_width, uv_height, 0); in RunTestFilterWithParam() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c267 uint16_t *u_count, uint32_t *v_accumulator, uint16_t *v_count) { in vp9_apply_temporal_filter_c()
408 uint32_t *y_accum, uint16_t *y_count, uint32_t *u_accum, uint16_t *u_count, in vp9_highbd_apply_temporal_filter_c()