Searched refs:n4x4_l2 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1121 int n4x4_l2) { in decode_partition() argument 1123 const int n8x8_l2 = n4x4_l2 - 1; in decode_partition() 1144 decode_block(twd, pbi, mi_row, mi_col, subsize, n4x4_l2, n4x4_l2); in decode_partition() 1147 decode_block(twd, pbi, mi_row, mi_col, subsize, n4x4_l2, n8x8_l2); in decode_partition() 1149 decode_block(twd, pbi, mi_row + hbs, mi_col, subsize, n4x4_l2, in decode_partition() 1153 decode_block(twd, pbi, mi_row, mi_col, subsize, n8x8_l2, n4x4_l2); in decode_partition() 1156 n4x4_l2); in decode_partition() 1177 int n4x4_l2) { in recon_partition() argument 1179 const int n8x8_l2 = n4x4_l2 - 1; in recon_partition() 1202 recon_block(twd, pbi, mi_row, mi_col, subsize, n4x4_l2, n4x4_l2); in recon_partition() [all …]
|