Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dblockd.c69 const int max_4x4_h_y = in av1_foreach_transformed_block_interleave() local
84 const int tu_num_h_y = (max_4x4_h_y + tx_sz_y - 1) / tx_sz_y; in av1_foreach_transformed_block_interleave()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dbitstream.c2521 const int max_4x4_h_y = get_max_4x4_size(num_4x4_h_y, xd->mb_to_bottom_edge, local
2531 const int tu_num_h_y = (max_4x4_h_y + tx_sz_y - 1) / tx_sz_y;
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/decoder/
H A Ddecodeframe.c1807 const int max_4x4_h_y = get_max_4x4_size(num_4x4_h_y, xd->mb_to_bottom_edge, in decode_token_and_recon_block() local
1817 const int tu_num_h_y = (max_4x4_h_y + tx_sz_y - 1) / tx_sz_y; in decode_token_and_recon_block()