Searched refs:od_coeff (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | odintrin.h | 29 typedef int od_coeff; typedef
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 1044 uint16_t *y, od_coeff *e_lp, int stride) { in od_compute_dist_8x8() 1103 int qindex, od_coeff *tmp, in od_compute_dist_common() 1104 od_coeff *e_lp) { in od_compute_dist_common() 1149 DECLARE_ALIGNED(16, od_coeff, e[MAX_SB_SQUARE]); in od_compute_dist() 1150 DECLARE_ALIGNED(16, od_coeff, tmp[MAX_SB_SQUARE]); in od_compute_dist() 1151 DECLARE_ALIGNED(16, od_coeff, e_lp[MAX_SB_SQUARE]); in od_compute_dist() 1178 DECLARE_ALIGNED(16, od_coeff, tmp[MAX_SB_SQUARE]); in od_compute_dist_diff() 1179 DECLARE_ALIGNED(16, od_coeff, e_lp[MAX_SB_SQUARE]); in od_compute_dist_diff()
|