Home
last modified time | relevance | path

Searched defs:u_accum (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/vp9/encoder/x86/
Dhighbd_temporal_filter_sse4.c471 int ss_y, int strength, uint32_t *u_accum, uint16_t *u_count, in vp9_highbd_apply_temporal_filter_chroma_8()
690 int strength, const int *blk_fw, int use_whole_blk, uint32_t *u_accum, in vp9_highbd_apply_temporal_filter_chroma()
818 int use_whole_blk, uint32_t *y_accum, uint16_t *y_count, uint32_t *u_accum, in vp9_highbd_apply_temporal_filter_sse4_1()
Dtemporal_filter_sse4.c538 uint32_t *u_accum, uint16_t *u_count, uint32_t *v_accum, uint16_t *v_count, in vp9_apply_temporal_filter_chroma_8()
680 int strength, const int *blk_fw, int use_whole_blk, uint32_t *u_accum, in vp9_apply_temporal_filter_chroma()
801 int use_whole_blk, uint32_t *y_accum, uint16_t *y_count, uint32_t *u_accum, in vp9_apply_temporal_filter_sse4_1()
/external/libvpx/test/
Dyuv_temporal_filter_test.cc154 uint32_t *u_accum = u_accumulator->TopLeftPixel(); in ApplyReferenceFilter() local
463 Buffer<uint32_t> u_accum = Buffer<uint32_t>(uv_width, uv_height, 0); in RunTestFilterWithParam() local
/external/libvpx/vp9/encoder/
Dvp9_temporal_filter.c408 uint32_t *y_accum, uint16_t *y_count, uint32_t *u_accum, uint16_t *u_count, in vp9_highbd_apply_temporal_filter_c()