Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c2407 const BLOCK_SIZE tx_bsize_half = in get_2x2_normalized_sses_and_sads() local
2409 if (tx_bsize_half == BLOCK_INVALID) { // manually calculate stats in get_2x2_normalized_sses_and_sads()
2427 const int half_width = block_size_wide[tx_bsize_half]; in get_2x2_normalized_sses_and_sads()
2428 const int half_height = block_size_high[tx_bsize_half]; in get_2x2_normalized_sses_and_sads()
2439 cpi->fn_ptr[tx_bsize_half].vf(this_src, src_stride, this_dst, in get_2x2_normalized_sses_and_sads()
2445 const unsigned int this_sad = cpi->fn_ptr[tx_bsize_half].sdf( in get_2x2_normalized_sses_and_sads()