Home
last modified time | relevance | path

Searched defs:is_rect2 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libdav1d/src/
H A Ditx_tmpl.c55 const int is_rect2 = w * 2 == h || h * 2 == w; in inv_txfm_add_c() local
/aosp_15_r20/external/libdav1d/src/ppc/
H A Ditx_tmpl.c363 …nly_4xN(uint8_t *dst, const ptrdiff_t stride, int16_t *const coeff, int n, int is_rect2, int shift) in dc_only_4xN()
397 …nly_8xN(uint8_t *dst, const ptrdiff_t stride, int16_t *const coeff, int n, int is_rect2, int shift) in dc_only_8xN()
432 …ly_16xN(uint8_t *dst, const ptrdiff_t stride, int16_t *const coeff, int n, int is_rect2, int shift) in dc_only_16xN()