Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtx_search.c691 const BLOCK_SIZE tx_bsize_half = in get_2x2_normalized_sses_and_sads() local
693 if (tx_bsize_half == BLOCK_INVALID) { // manually calculate stats in get_2x2_normalized_sses_and_sads()
711 const int half_width = block_size_wide[tx_bsize_half]; in get_2x2_normalized_sses_and_sads()
712 const int half_height = block_size_high[tx_bsize_half]; in get_2x2_normalized_sses_and_sads()
723 cpi->fn_ptr[tx_bsize_half].vf(this_src, src_stride, this_dst, in get_2x2_normalized_sses_and_sads()
729 const unsigned int this_sad = cpi->fn_ptr[tx_bsize_half].sdf( in get_2x2_normalized_sses_and_sads()