OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HIGH_BIT_BAU_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h
28
#define
HIGH_BIT_BAU_SIZE
\
79
(((head_record *) (HEAD_PTR))->block_size & ~
HIGH_BIT_BAU_SIZE
)
84
(((head_record *) (HEAD_PTR))->previous_block_size & ~
HIGH_BIT_BAU_SIZE
)
90
h_ptr->previous_block_size &=
HIGH_BIT_BAU_SIZE
; \
106
HIGH_BIT_BAU_SIZE
) == 0)
110
h_ptr->block_size &= ~
HIGH_BIT_BAU_SIZE
; \
111
h_ptr->previous_block_size &= ~
HIGH_BIT_BAU_SIZE
; }
117
h_ptr->block_size |=
HIGH_BIT_BAU_SIZE
; }
/external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_base.c
400
HIGH_BIT_BAU_SIZE
) ? \
402
HIGH_BIT_BAU_SIZE
? 0 : -1) : 1)
411
p->block_size |=
HIGH_BIT_BAU_SIZE
; \
413
p->block_size &= ~
HIGH_BIT_BAU_SIZE
; \
415
p->previous_block_size |=
HIGH_BIT_BAU_SIZE
; \
417
p->previous_block_size &= ~
HIGH_BIT_BAU_SIZE
; \
hmm_shrink.c
95
last_block->previous_block_size &= ~
HIGH_BIT_BAU_SIZE
;
Completed in 22 milliseconds