Home
last modified time | relevance | path

Searched refs:TX_PAD_BOTTOM (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/encoder/x86/
Dencodetxb_avx2.c29 const int32_t bottom_len = sizeof(*levels) * (TX_PAD_BOTTOM * stride); in av1_txb_init_levels_avx2()
30 uint8_t *bottom_buf_end = levels + (height + TX_PAD_BOTTOM) * stride; in av1_txb_init_levels_avx2()
Dencodetxb_sse4.c26 const int32_t bottom_len = sizeof(*levels) * (TX_PAD_BOTTOM * stride); in av1_txb_init_levels_sse4_1()
/external/libaom/libaom/av1/common/
Denums.h202 #define TX_PAD_BOTTOM 4 macro
203 #define TX_PAD_VER (TX_PAD_TOP + TX_PAD_BOTTOM)
/external/libaom/libaom/av1/encoder/
Dencodetxb.c480 sizeof(*levels) * (TX_PAD_BOTTOM * stride + TX_PAD_END));