Searched defs:u_accum (Results 1 – 4 of 4) sorted by relevance
| /external/libvpx/vp9/encoder/x86/ |
| D | highbd_temporal_filter_sse4.c | 471 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()
|
| D | temporal_filter_sse4.c | 538 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/ |
| D | yuv_temporal_filter_test.cc | 154 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/ |
| D | vp9_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()
|