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

  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.c 19 int mi_col, uint8_t *mode_context) {
126 mode_context[ref_frame] = counter_to_context[context_counter];
136 uint8_t *mode_context) {
138 mode_context);
156 uint8_t *mode_context) {
165 mi_col, mode_context);
vp9_mvref_common.h 306 uint8_t *mode_context);
317 uint8_t *mode_context);
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 54 uint8_t mode_context[MAX_REF_FRAMES]; member in struct:__anon24747
vp9_pickmode.c 134 x->mbmi_ext->mode_context[ref_frame] = counter_to_context[context_counter];
209 cpi->inter_mode_cost[x->mbmi_ext->mode_context[ref]][INTER_OFFSET(NEWMV)];
    [all...]
vp9_rdopt.c     [all...]
vp9_bitstream.c 287 const int mode_ctx = mbmi_ext->mode_context[mi->ref_frame[0]];
    [all...]
vp9_encodeframe.c     [all...]

Completed in 511 milliseconds