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

  /external/libvpx/libvpx/vp9/encoder/
vp9_context_tree.c 134 td->pc_root = &td->pc_tree[tree_nodes - 1];
135 td->pc_root[0].none.best_mode_index = 2;
vp9_ethread.c 194 PICK_MODE_CONTEXT *ctx = &thread_data->td->pc_root->none;
627 PICK_MODE_CONTEXT *ctx = &thread_data->td->pc_root->none;
vp9_encodeframe.c     [all...]
vp9_encoder.h 334 PC_TREE *pc_root; member in struct:ThreadData
vp9_firstpass.c 830 const PICK_MODE_CONTEXT *ctx = &td->pc_root->none;
    [all...]

Completed in 106 milliseconds