Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1123 const int n8x8_l2 = n4x4_l2 - 1; in decode_partition() local
1124 const int num_8x8_wh = 1 << n8x8_l2; in decode_partition()
1134 partition = read_partition(twd, mi_row, mi_col, has_rows, has_cols, n8x8_l2); in decode_partition()
1147 decode_block(twd, pbi, mi_row, mi_col, subsize, n4x4_l2, n8x8_l2); in decode_partition()
1150 n8x8_l2); in decode_partition()
1153 decode_block(twd, pbi, mi_row, mi_col, subsize, n8x8_l2, n4x4_l2); in decode_partition()
1155 decode_block(twd, pbi, mi_row, mi_col + hbs, subsize, n8x8_l2, in decode_partition()
1159 decode_partition(twd, pbi, mi_row, mi_col, subsize, n8x8_l2); in decode_partition()
1160 decode_partition(twd, pbi, mi_row, mi_col + hbs, subsize, n8x8_l2); in decode_partition()
1161 decode_partition(twd, pbi, mi_row + hbs, mi_col, subsize, n8x8_l2); in decode_partition()
[all …]