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

  /hardware/intel/common/libva/va/
va_dec_vp8.h 122 * mb_segment_tree_probs in the spec.
124 unsigned char mb_segment_tree_probs[3]; member in struct:_VAPictureParameterBufferVP8
va_dec_vp9.h 189 uint8_t mb_segment_tree_probs[7]; member in struct:_VADecPictureParameterBufferVP9
va_trace.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 369 vp8_write(w, 0, x->mb_segment_tree_probs[0]);
370 vp8_write(w, 0, x->mb_segment_tree_probs[1]);
373 vp8_write(w, 0, x->mb_segment_tree_probs[0]);
374 vp8_write(w, 1, x->mb_segment_tree_probs[1]);
377 vp8_write(w, 1, x->mb_segment_tree_probs[0]);
378 vp8_write(w, 0, x->mb_segment_tree_probs[2]);
381 vp8_write(w, 1, x->mb_segment_tree_probs[0]);
382 vp8_write(w, 1, x->mb_segment_tree_probs[2]);
387 vp8_write(w, 0, x->mb_segment_tree_probs[0]);
388 vp8_write(w, 0, x->mb_segment_tree_probs[1])
    [all...]
encodeframe.c 896 memset(xd->mb_segment_tree_probs, 255, sizeof(xd->mb_segment_tree_probs));
902 xd->mb_segment_tree_probs[0] =
908 xd->mb_segment_tree_probs[1] = (segment_counts[0] * 255) / tot_count;
914 xd->mb_segment_tree_probs[2] = (segment_counts[2] * 255) / tot_count;
919 if (xd->mb_segment_tree_probs[i] == 0) xd->mb_segment_tree_probs[i] = 1;
    [all...]
  /external/libvpx/libvpx/vp8/common/
blockd.h 254 vp8_prob mb_segment_tree_probs[MB_FEATURE_TREE_PROBS]; member in struct:macroblockd
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 478 if (vp8_read(r, x->mb_segment_tree_probs[0])) {
480 (unsigned char)(2 + vp8_read(r, x->mb_segment_tree_probs[2]));
483 (unsigned char)(vp8_read(r, x->mb_segment_tree_probs[1]));
decodeframe.c     [all...]
  /hardware/intel/img/psb_video/src/
tng_VP8.c     [all...]

Completed in 279 milliseconds