Home
last modified time | relevance | path

Searched refs:single_ref (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.h69 unsigned int single_ref[REF_CONTEXTS][2][2]; member
Dvp9_entropymode.c369 counts->single_ref[i][j]); in vp9_adapt_mode_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c298 ++counts->single_ref[ctx0][0][bit0]; in read_ref_frames()
303 ++counts->single_ref[ctx1][1][bit1]; in read_ref_frames()
Dvp9_decodeframe.c1242 assert(!memcmp(cm->counts.single_ref, zero_counts.single_ref, in debug_check_frame_counts()
1243 sizeof(cm->counts.single_ref))); in debug_check_frame_counts()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c1161 cm->counts.single_ref[i][0]);
1163 cm->counts.single_ref[i][1]);
Dvp9_encodeframe.c1131 counts->single_ref[vp9_get_pred_context_single_ref_p1(xd)][0] in update_stats()
1134 counts->single_ref[vp9_get_pred_context_single_ref_p2(xd)][1] in update_stats()