Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.c96 const int blocks_wide = num_4x4_blocks_wide_lookup[plane_bsize] + in vp9_set_contexts() local
99 if (above_contexts + aoff > blocks_wide) in vp9_set_contexts()
100 above_contexts = blocks_wide - aoff; in vp9_set_contexts()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c221 const int blocks_wide = pd->n4_w + in dec_set_contexts() local
224 if (above_contexts + aoff > blocks_wide) in dec_set_contexts()
225 above_contexts = blocks_wide - aoff; in dec_set_contexts()