Searched refs:n8x8_l2 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 917 const int n8x8_l2 = n4x4_l2 - 1; in decode_partition() local 918 const int num_8x8_wh = 1 << n8x8_l2; in decode_partition() 928 partition = read_partition(twd, mi_row, mi_col, has_rows, has_cols, n8x8_l2); in decode_partition() 941 decode_block(twd, pbi, mi_row, mi_col, subsize, n4x4_l2, n8x8_l2); in decode_partition() 944 n8x8_l2); in decode_partition() 947 decode_block(twd, pbi, mi_row, mi_col, subsize, n8x8_l2, n4x4_l2); in decode_partition() 949 decode_block(twd, pbi, mi_row, mi_col + hbs, subsize, n8x8_l2, in decode_partition() 953 decode_partition(twd, pbi, mi_row, mi_col, subsize, n8x8_l2); in decode_partition() 954 decode_partition(twd, pbi, mi_row, mi_col + hbs, subsize, n8x8_l2); in decode_partition() 955 decode_partition(twd, pbi, mi_row + hbs, mi_col, subsize, n8x8_l2); in decode_partition() [all …]
|