Searched refs:has_eob (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.c | 87 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob, in vp9_set_contexts() argument 94 if (has_eob && xd->mb_to_right_edge < 0) { in vp9_set_contexts() 103 a[i] = has_eob; in vp9_set_contexts() 107 memset(a, has_eob, sizeof(ENTROPY_CONTEXT) * tx_size_in_blocks); in vp9_set_contexts() 111 if (has_eob && xd->mb_to_bottom_edge < 0) { in vp9_set_contexts() 120 l[i] = has_eob; in vp9_set_contexts() 124 memset(l, has_eob, sizeof(ENTROPY_CONTEXT) * tx_size_in_blocks); in vp9_set_contexts()
|
D | vp9_blockd.h | 303 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob,
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 212 TX_SIZE tx_size, int has_eob, in dec_set_contexts() argument 219 if (has_eob && xd->mb_to_right_edge < 0) { in dec_set_contexts() 228 a[i] = has_eob; in dec_set_contexts() 232 memset(a, has_eob, sizeof(ENTROPY_CONTEXT) * tx_size_in_blocks); in dec_set_contexts() 236 if (has_eob && xd->mb_to_bottom_edge < 0) { in dec_set_contexts() 245 l[i] = has_eob; in dec_set_contexts() 249 memset(l, has_eob, sizeof(ENTROPY_CONTEXT) * tx_size_in_blocks); in dec_set_contexts()
|