Searched refs:av1_round_shift_array_c (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libaom/test/ |
H A D | av1_round_shift_array_test.cc | 70 av1_round_shift_array_c(ref_buffer_, w, bit); in RunCheckOutput() 89 comp_round_shift_array_func funcs[2] = { av1_round_shift_array_c, test_impl }; in RunSpeedTest()
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | av1_txfm.c | 188 void av1_round_shift_array_c(int32_t *arr, int size, int bit) { in av1_round_shift_array_c() function
|
/aosp_15_r20/external/libaom/config/riscv64/config/ |
H A D | av1_rtcd.h | 495 void av1_round_shift_array_c(int32_t *arr, int size, int bit); 496 #define av1_round_shift_array av1_round_shift_array_c
|
/aosp_15_r20/external/libaom/config/x86_64/config/ |
H A D | av1_rtcd.h | 543 void av1_round_shift_array_c(int32_t *arr, int size, int bit); 544 #define av1_round_shift_array av1_round_shift_array_c
|
/aosp_15_r20/external/libaom/config/x86/config/ |
H A D | av1_rtcd.h | 541 void av1_round_shift_array_c(int32_t *arr, int size, int bit); 542 #define av1_round_shift_array av1_round_shift_array_c
|
/aosp_15_r20/external/libaom/config/arm/config/ |
H A D | av1_rtcd.h | 614 void av1_round_shift_array_c(int32_t *arr, int size, int bit);
|
/aosp_15_r20/external/libaom/config/arm64/config/ |
H A D | av1_rtcd.h | 647 void av1_round_shift_array_c(int32_t *arr, int size, int bit);
|