Searched refs:cdef_find_dir_c (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/libaom/test/ |
H A D | cdef_test.cc | 660 &cdef_find_dir_c))); 705 &cdef_find_dir_c))); 751 &cdef_find_dir_c))); 796 &cdef_find_dir_c))); 832 &cdef_find_dir_c))); 855 &cdef_find_dir_c))); 879 &cdef_find_dir_c))); 902 &cdef_find_dir_c)));
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | cdef_block.c | 57 int cdef_find_dir_c(const uint16_t *img, int stride, int32_t *var, in cdef_find_dir_c() function 131 *out1 = cdef_find_dir_c(img1, stride, var1, coeff_shift); in cdef_find_dir_dual_c() 132 *out2 = cdef_find_dir_c(img2, stride, var2, coeff_shift); in cdef_find_dir_dual_c()
|
/aosp_15_r20/external/libdav1d/src/ |
H A D | cdef_tmpl.c | 238 static int cdef_find_dir_c(const pixel *img, const ptrdiff_t stride, in cdef_find_dir_c() function 321 c->dir = cdef_find_dir_c; in bitfn()
|
/aosp_15_r20/external/libaom/config/riscv64/config/ |
H A D | av1_rtcd.h | 554 int cdef_find_dir_c(const uint16_t *img, int stride, int32_t *var, int coeff_shift); 555 #define cdef_find_dir cdef_find_dir_c
|
/aosp_15_r20/external/libaom/config/x86_64/config/ |
H A D | av1_rtcd.h | 606 int cdef_find_dir_c(const uint16_t *img, int stride, int32_t *var, int coeff_shift); 607 #define cdef_find_dir cdef_find_dir_c
|
/aosp_15_r20/external/libaom/config/x86/config/ |
H A D | av1_rtcd.h | 614 int cdef_find_dir_c(const uint16_t *img, int stride, int32_t *var, int coeff_shift);
|
/aosp_15_r20/external/libaom/config/arm/config/ |
H A D | av1_rtcd.h | 694 int cdef_find_dir_c(const uint16_t *img, int stride, int32_t *var, int coeff_shift);
|
/aosp_15_r20/external/libaom/config/arm64/config/ |
H A D | av1_rtcd.h | 731 int cdef_find_dir_c(const uint16_t *img, int stride, int32_t *var, int coeff_shift);
|