Searched refs:tx_4x4_w (Results 1 – 1 of 1) sorted by relevance
479 const int tx_4x4_w = num_4x4_blocks_wide_lookup[tx_bsize]; in copy_block_visible() local487 (b4x4s_to_right_edge >= tx_4x4_w && b4x4s_to_bottom_edge >= tx_4x4_h)) { in copy_block_visible()488 const int w = tx_4x4_w << 2; in copy_block_visible()505 int max_c = VPXMIN(b4x4s_to_right_edge, tx_4x4_w); in copy_block_visible()541 const int tx_4x4_w = num_4x4_blocks_wide_lookup[tx_bsize]; in pixel_sse() local548 (b4x4s_to_right_edge >= tx_4x4_w && b4x4s_to_bottom_edge >= tx_4x4_h)) { in pixel_sse()555 int max_c = VPXMIN(b4x4s_to_right_edge, tx_4x4_w); in pixel_sse()580 const int tx_4x4_w = num_4x4_blocks_wide_lookup[tx_bsize]; in sum_squares_visible() local587 (b4x4s_to_right_edge >= tx_4x4_w && b4x4s_to_bottom_edge >= tx_4x4_h)) { in sum_squares_visible()588 assert(tx_4x4_w == tx_4x4_h); in sum_squares_visible()[all …]