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

  /external/libvpx/vp8/encoder/
tokenize.h 24 const vp8_prob *context_tree; member in struct:__anon5301
tokenize.c 133 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt];
186 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt];
442 t->context_tree = cpi->common.fc.coef_probs [1] [0] [pt];
473 t->context_tree = cpi->common.fc.coef_probs [0] [1] [pt];
503 t->context_tree = cpi->common.fc.coef_probs [2] [0] [pt];
bitstream.c 198 const unsigned char *pp = p->context_tree;
413 const unsigned char *pp = p->context_tree;
617 const unsigned char *pp = p->context_tree;
    [all...]
  /external/libvpx/vp8/encoder/arm/
vpx_vp8_enc_asm_offsets.c 43 DEFINE(tokenextra_context_tree, offsetof(TOKENEXTRA, context_tree));

Completed in 193 milliseconds