Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c957 vpx_reader* r, BLOCK_SIZE bsize, int n4x4_l2) { in decode_partition() argument
959 const int n8x8_l2 = n4x4_l2 - 1; in decode_partition()
981 decode_block(pbi, xd, mi_row, mi_col, r, subsize, n4x4_l2, n4x4_l2); in decode_partition()
984 decode_block(pbi, xd, mi_row, mi_col, r, subsize, n4x4_l2, n8x8_l2); in decode_partition()
986 decode_block(pbi, xd, mi_row + hbs, mi_col, r, subsize, n4x4_l2, in decode_partition()
990 decode_block(pbi, xd, mi_row, mi_col, r, subsize, n8x8_l2, n4x4_l2); in decode_partition()
993 n4x4_l2); in decode_partition()