Home
last modified time | relevance | path

Searched refs:mb_segment_tree_probs (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c470 vp8_write(w, 0, x->mb_segment_tree_probs[0]); in write_mb_features()
471 vp8_write(w, 0, x->mb_segment_tree_probs[1]); in write_mb_features()
474 vp8_write(w, 0, x->mb_segment_tree_probs[0]); in write_mb_features()
475 vp8_write(w, 1, x->mb_segment_tree_probs[1]); in write_mb_features()
478 vp8_write(w, 1, x->mb_segment_tree_probs[0]); in write_mb_features()
479 vp8_write(w, 0, x->mb_segment_tree_probs[2]); in write_mb_features()
482 vp8_write(w, 1, x->mb_segment_tree_probs[0]); in write_mb_features()
483 vp8_write(w, 1, x->mb_segment_tree_probs[2]); in write_mb_features()
488 vp8_write(w, 0, x->mb_segment_tree_probs[0]); in write_mb_features()
489 vp8_write(w, 0, x->mb_segment_tree_probs[1]); in write_mb_features()
[all …]
Dencodeframe.c957 vpx_memset(xd->mb_segment_tree_probs, 255 , sizeof(xd->mb_segment_tree_probs)); in vp8_encode_frame()
963 … xd->mb_segment_tree_probs[0] = ((segment_counts[0] + segment_counts[1]) * 255) / tot_count; in vp8_encode_frame()
969 xd->mb_segment_tree_probs[1] = (segment_counts[0] * 255) / tot_count; in vp8_encode_frame()
975 xd->mb_segment_tree_probs[2] = (segment_counts[2] * 255) / tot_count; in vp8_encode_frame()
980 if (xd->mb_segment_tree_probs[i] == 0) in vp8_encode_frame()
981 xd->mb_segment_tree_probs[i] = 1; in vp8_encode_frame()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
Dbitstream.c469 vp8_write(w, 0, x->mb_segment_tree_probs[0]); in write_mb_features()
470 vp8_write(w, 0, x->mb_segment_tree_probs[1]); in write_mb_features()
473 vp8_write(w, 0, x->mb_segment_tree_probs[0]); in write_mb_features()
474 vp8_write(w, 1, x->mb_segment_tree_probs[1]); in write_mb_features()
477 vp8_write(w, 1, x->mb_segment_tree_probs[0]); in write_mb_features()
478 vp8_write(w, 0, x->mb_segment_tree_probs[2]); in write_mb_features()
481 vp8_write(w, 1, x->mb_segment_tree_probs[0]); in write_mb_features()
482 vp8_write(w, 1, x->mb_segment_tree_probs[2]); in write_mb_features()
487 vp8_write(w, 0, x->mb_segment_tree_probs[0]); in write_mb_features()
488 vp8_write(w, 0, x->mb_segment_tree_probs[1]); in write_mb_features()
[all …]
Dencodeframe.c970 vpx_memset(xd->mb_segment_tree_probs, 255 , sizeof(xd->mb_segment_tree_probs)); in vp8_encode_frame()
976 … xd->mb_segment_tree_probs[0] = ((segment_counts[0] + segment_counts[1]) * 255) / tot_count; in vp8_encode_frame()
982 xd->mb_segment_tree_probs[1] = (segment_counts[0] * 255) / tot_count; in vp8_encode_frame()
988 xd->mb_segment_tree_probs[2] = (segment_counts[2] * 255) / tot_count; in vp8_encode_frame()
993 if (xd->mb_segment_tree_probs[i] == 0) in vp8_encode_frame()
994 xd->mb_segment_tree_probs[i] = 1; in vp8_encode_frame()
/external/chromium_org/third_party/libva/va/
Dva_dec_vp8.h124 unsigned char mb_segment_tree_probs[3]; member
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
Ddecodemv.c582 if (vp8_read(r, x->mb_segment_tree_probs[0])) in read_mb_features()
584 (unsigned char)(2 + vp8_read(r, x->mb_segment_tree_probs[2])); in read_mb_features()
587 (unsigned char)(vp8_read(r, x->mb_segment_tree_probs[1])); in read_mb_features()
Ddecodeframe.c1131 vpx_memset(xd->mb_segment_tree_probs, 255, sizeof(xd->mb_segment_tree_probs)); in vp8_decode_frame()
1138 xd->mb_segment_tree_probs[i] = (vp8_prob)vp8_read_literal(bc, 8); in vp8_decode_frame()
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c582 if (vp8_read(r, x->mb_segment_tree_probs[0])) in read_mb_features()
584 (unsigned char)(2 + vp8_read(r, x->mb_segment_tree_probs[2])); in read_mb_features()
587 (unsigned char)(vp8_read(r, x->mb_segment_tree_probs[1])); in read_mb_features()
Ddecodeframe.c1123 vpx_memset(xd->mb_segment_tree_probs, 255, sizeof(xd->mb_segment_tree_probs)); in vp8_decode_frame()
1130 xd->mb_segment_tree_probs[i] = (vp8_prob)vp8_read_literal(bc, 8); in vp8_decode_frame()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
Dblockd.h260 …vp8_prob mb_segment_tree_probs[MB_FEATURE_TREE_PROBS]; /* Probability Tree used to code Se… member
/external/libvpx/libvpx/vp8/common/
Dblockd.h260 …vp8_prob mb_segment_tree_probs[MB_FEATURE_TREE_PROBS]; /* Probability Tree used to code Se… member