Home
last modified time | relevance | path

Searched refs:bottom_len (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/x86/
Dencodetxb_sse4.c26 const int32_t bottom_len = sizeof(*levels) * (TX_PAD_BOTTOM * stride); in av1_txb_init_levels_sse4_1() local
28 uint8_t *bottom_buf_end = bottom_buf + bottom_len; in av1_txb_init_levels_sse4_1()
Dencodetxb_avx2.c29 const int32_t bottom_len = sizeof(*levels) * (TX_PAD_BOTTOM * stride); in av1_txb_init_levels_avx2() local
31 uint8_t *bottom_buf = bottom_buf_end - ((bottom_len + 31) & (~31)); in av1_txb_init_levels_avx2()