HomeSort by relevance Sort by last modified time
    Searched defs:ctx0 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 324 const int ctx0 = vp9_get_pred_context_single_ref_p1(xd); local
325 const int bit0 = vpx_read(r, fc->single_ref_prob[ctx0][0]);
326 if (counts) ++counts->single_ref[ctx0][0][bit0];
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 95 const int ctx0 = ctx; local
116 rate0 = (*token_costs_cur)[0][ctx0][EOB_TOKEN];
    [all...]

Completed in 90 milliseconds