OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctx0
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
346
const int
ctx0
= vp9_get_pred_context_single_ref_p1(xd);
local
347
const int bit0 = vpx_read(r, fc->single_ref_prob[
ctx0
][0]);
349
++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 824 milliseconds