Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.c100 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob, in vp9_set_contexts() argument
107 if (has_eob && xd->mb_to_right_edge < 0) { in vp9_set_contexts()
116 a[i] = has_eob; in vp9_set_contexts()
120 vpx_memset(a, has_eob, sizeof(ENTROPY_CONTEXT) * tx_size_in_blocks); in vp9_set_contexts()
124 if (has_eob && xd->mb_to_bottom_edge < 0) { in vp9_set_contexts()
133 l[i] = has_eob; in vp9_set_contexts()
137 vpx_memset(l, has_eob, sizeof(ENTROPY_CONTEXT) * tx_size_in_blocks); in vp9_set_contexts()
Dvp9_blockd.h314 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob,