Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1124 const int num_8x8_wh = 1 << n8x8_l2; in decode_partition() local
1125 const int hbs = num_8x8_wh >> 1; in decode_partition()
1172 dec_update_partition_context(twd, mi_row, mi_col, subsize, num_8x8_wh); in decode_partition()
1180 const int num_8x8_wh = 1 << n8x8_l2; in recon_partition() local
1181 const int hbs = num_8x8_wh >> 1; in recon_partition()
1232 const int num_8x8_wh = 1 << n8x8_l2; in parse_partition() local
1233 const int hbs = num_8x8_wh >> 1; in parse_partition()
1284 dec_update_partition_context(twd, mi_row, mi_col, subsize, num_8x8_wh); in parse_partition()