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

  /external/libvpx/libvpx/vp8/decoder/
detokenize.c 148 ProbaArray coef_probs; local
161 coef_probs = fc->coef_probs[1];
163 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr + 24 * 16);
169 coef_probs = fc->coef_probs[0];
172 coef_probs = fc->coef_probs[3];
180 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), skip_dc, qcoeff_ptr);
189 coef_probs = fc->coef_probs[2]
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 48 vp9_coeff_probs_model coef_probs[TX_SIZES][PLANE_TYPES]; member in struct:frame_contexts
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 45 vp8_prob coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] member in struct:frame_contexts
  /external/v4l2_codec2/vda/
vp9_parser.h 147 Vp9Prob coef_probs[4][2][2][6][6][3]; member in struct:media::Vp9FrameContext
v4l2-controls.h 1325 __u8 coef_probs[4][2][2][6][6][3]; member in struct:v4l2_vp9_entropy_ctx
    [all...]

Completed in 112 milliseconds