Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/AST/
Dfixed_point_to_string.c22 unsigned _Accum u_accum = 0.5uk; variable
Dfixed_point.c17 unsigned _Accum u_accum; variable
/external/llvm-project/clang/test/Frontend/
Dfixed_point_same_fbits.c9 unsigned _Accum u_accum = 0.5uk; in func() local
Dfixed_point_not_enabled.c8 unsigned _Accum u_accum; // expected-error{{compile with '-ffixed-point' to enable fix… variable
Dfixed_point_declarations.c8 unsigned _Accum u_accum; // CHECK-DAG: @u_accum = {{.*}}global i32 0, align 4 variable
Dfixed_point_errors.c86 unsigned _Accum u_accum = 65536.0uk; // expected-error{{this value is too large … variable
/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()
664 uint32_t u_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()
860 int use_whole_blk, uint32_t *y_accum, uint16_t *y_count, uint32_t *u_accum, 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()
867 int use_whole_blk, uint32_t *y_accum, uint16_t *y_count, uint32_t *u_accum, 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()
963 uint32_t *u_accum = accum + 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()
1928 uint32_t *u_accum = accum + mb_pels; in highbd_apply_temporal_filter_yuv() local
/external/libvpx/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/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()