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 294 const int ctx0 = vp9_get_pred_context_single_ref_p1(xd); local
295 const int bit0 = vp9_read(r, fc->single_ref_prob[ctx0][0]);
297 ++counts->single_ref[ctx0][0][bit0];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 295 const int ctx0 = vp9_get_pred_context_single_ref_p1(xd); local
296 const int bit0 = vp9_read(r, fc->single_ref_prob[ctx0][0]);
298 ++counts->single_ref[ctx0][0][bit0];

Completed in 361 milliseconds