Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dtemporal_filter_yuv_test.cc218 uint32_t *v_accum, uint16_t *v_count) { in ApplyReferenceFilter()
408 uint32_t *v_accum, uint16_t *v_count) { in ApplyTestFilter()
482 uint32_t *v_accum, uint16_t *v_count) { in ApplyTestFilter()
669 uint32_t v_accum[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()
964 uint32_t *v_accum = accum + mb_pels * 2; 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()
1929 uint32_t *v_accum = accum + mb_pels * 2; in highbd_apply_temporal_filter_yuv() local
/external/libvpx/libvpx/test/
Dyuv_temporal_filter_test.cc155 uint32_t *v_accum = v_accumulator->TopLeftPixel(); in ApplyReferenceFilter() local
468 Buffer<uint32_t> v_accum = Buffer<uint32_t>(uv_width, uv_height, 0); in RunTestFilterWithParam() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c409 uint32_t *v_accum, uint16_t *v_count) { in vp9_highbd_apply_temporal_filter_c()