HomeSort by relevance Sort by last modified time
    Searched refs:coeff_probs (Results 1 - 4 of 4) sorted by null

  /external/v4l2_codec2/vda/
vp8_parser.cc 716 sizeof(curr_entropy_hdr_.coeff_probs) == sizeof(kDefaultCoeffProbs),
718 memcpy(curr_entropy_hdr_.coeff_probs, kDefaultCoeffProbs,
719 sizeof(curr_entropy_hdr_.coeff_probs));
749 BD_READ_UNSIGNED_OR_RETURN(8, &ehdr->coeff_probs[i][j][k][l]);
756 memcpy(curr_entropy_hdr_.coeff_probs, ehdr->coeff_probs,
757 sizeof(curr_entropy_hdr_.coeff_probs));
vp8_parser.h 81 uint8_t coeff_probs[kNumBlockTypes][kNumCoeffBands][kNumPrevCoeffContexts] member in struct:media::Vp8EntropyHeader
v4l2-controls.h 1169 __u8 coeff_probs[4][8][3][11]; member in struct:v4l2_vp8_entropy_hdr
    [all...]
v4l2_slice_video_decode_accelerator.cc     [all...]

Completed in 166 milliseconds