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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 85 vp9_prob class0[CLASS0_SIZE - 1]; member in struct:__anon13832
113 unsigned int class0[CLASS0_SIZE]; member in struct:__anon13834
vp9_entropymv.c 55 {216}, // class0
65 {208}, // class0
158 comp_counts->class0[d] += incr;
213 adapt_probs(vp9_mv_class0_tree, pre_comp->class0, c->class0, comp->class0);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropymv.h 85 vp9_prob class0[CLASS0_SIZE - 1]; member in struct:__anon24195
113 unsigned int class0[CLASS0_SIZE]; member in struct:__anon24197
vp9_entropymv.c 55 {216}, // class0
65 {208}, // class0
158 comp_counts->class0[d] += incr;
213 adapt_probs(vp9_mv_class0_tree, pre_comp->class0, c->class0, comp->class0);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 53 vp9_write_token(w, vp9_mv_class0_tree, mvcomp->class0,
86 vp9_cost_tokens(class0_cost, mvcomp->class0, vp9_mv_class0_tree);
178 write_mv_update(vp9_mv_class0_tree, comp->class0, comp_counts->class0,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemv.c 53 vp9_write_token(w, vp9_mv_class0_tree, mvcomp->class0,
86 vp9_cost_tokens(class0_cost, mvcomp->class0, vp9_mv_class0_tree);
178 write_mv_update(vp9_mv_class0_tree, comp->class0, comp_counts->class0,
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 208 const int class0 = mv_class == MV_CLASS_0; local
211 if (class0) {
212 d = vp9_read_tree(r, vp9_mv_class0_tree, mvcomp->class0);
223 fr = vp9_read_tree(r, vp9_mv_fp_tree, class0 ? mvcomp->class0_fp[d]
228 hp = usehp ? vp9_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp)
vp9_decodeframe.c 164 update_mv_probs(comp_ctx->class0, CLASS0_SIZE - 1, r);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 209 const int class0 = mv_class == MV_CLASS_0; local
212 if (class0) {
213 d = vp9_read_tree(r, vp9_mv_class0_tree, mvcomp->class0);
224 fr = vp9_read_tree(r, vp9_mv_fp_tree, class0 ? mvcomp->class0_fp[d]
229 hp = usehp ? vp9_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp)
vp9_decodeframe.c 164 update_mv_probs(comp_ctx->class0, CLASS0_SIZE - 1, r);
    [all...]

Completed in 347 milliseconds