HomeSort by relevance Sort by last modified time
    Searched refs:skip_eob_node (Results 1 - 16 of 16) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
tokenize.h 35 unsigned char skip_eob_node; member in struct:__anon16554
tokenize.c 133 t->skip_eob_node = 0;
148 t->skip_eob_node = 0;
166 t->skip_eob_node = ((pt == 0));
179 t->skip_eob_node = 0;
232 t->skip_eob_node = 0;
248 t->skip_eob_node = 0;
267 t->skip_eob_node = (pt == 0);
279 t->skip_eob_node = 0;
305 t->skip_eob_node = 0;
321 t->skip_eob_node = 0
    [all...]
bitstream.c 181 if (p->skip_eob_node)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
tokenize.h 35 unsigned char skip_eob_node; member in struct:__anon30188
tokenize.c 133 t->skip_eob_node = 0;
148 t->skip_eob_node = 0;
166 t->skip_eob_node = ((pt == 0));
179 t->skip_eob_node = 0;
232 t->skip_eob_node = 0;
248 t->skip_eob_node = 0;
267 t->skip_eob_node = (pt == 0);
279 t->skip_eob_node = 0;
305 t->skip_eob_node = 0;
321 t->skip_eob_node = 0
    [all...]
vp8_asm_enc_offsets.c 57 DEFINE(tokenextra_skip_eob_node, offsetof(TOKENEXTRA, skip_eob_node));
bitstream.c 182 if (p->skip_eob_node)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.h 36 uint8_t skip_eob_node; member in struct:__anon30277
vp9_tokenize.c 181 uint8_t skip_eob_node,
186 (*t)->skip_eob_node = skip_eob_node;
194 uint8_t skip_eob_node,
198 (*t)->skip_eob_node = skip_eob_node;
vp9_bitstream.c 137 if (p->skip_eob_node) {
138 n -= p->skip_eob_node;
139 i = 2 * p->skip_eob_node;
151 int len = UNCONSTRAINED_NODES - p->skip_eob_node;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 435 uint8_t skip_eob_node,
440 (*t)->skip_eob_node = skip_eob_node;
448 uint8_t skip_eob_node,
452 (*t)->skip_eob_node = skip_eob_node;
    [all...]
vp9_tokenize.h 41 uint8_t skip_eob_node; member in struct:__anon16651
vp9_bitstream.c 148 if (p->skip_eob_node) {
149 n -= p->skip_eob_node;
150 i = 2 * p->skip_eob_node;
162 int len = UNCONSTRAINED_NODES - p->skip_eob_node;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm 71 ; vp8 specific skip_eob_node
vp8_packtokens_mbrow_armv5.asm 92 ; vp8 specific skip_eob_node
vp8_packtokens_partitions_armv5.asm 121 ; vp8 specific skip_eob_node

Completed in 574 milliseconds