Searched refs:bottom_len (Results 1 – 2 of 2) sorted by relevance
26 const int32_t bottom_len = sizeof(*levels) * (TX_PAD_BOTTOM * stride); in av1_txb_init_levels_sse4_1() local28 uint8_t *bottom_buf_end = bottom_buf + bottom_len; in av1_txb_init_levels_sse4_1()
29 const int32_t bottom_len = sizeof(*levels) * (TX_PAD_BOTTOM * stride); in av1_txb_init_levels_avx2() local31 uint8_t *bottom_buf = bottom_buf_end - ((bottom_len + 31) & (~31)); in av1_txb_init_levels_avx2()