Home
last modified time | relevance | path

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

/hardware/intel/common/libva/va/
Dva_dec_vp8.h124 unsigned char mb_segment_tree_probs[3]; member
Dva_dec_vp9.h189 uint8_t mb_segment_tree_probs[7]; member
Dva_trace.c2082 p->mb_segment_tree_probs[0], p->mb_segment_tree_probs[1], p->mb_segment_tree_probs[2]); in va_TraceVAPictureParameterBufferVP8()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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.c958 vpx_memset(xd->mb_segment_tree_probs, 255 , sizeof(xd->mb_segment_tree_probs)); in vp8_encode_frame()
964 … xd->mb_segment_tree_probs[0] = ((segment_counts[0] + segment_counts[1]) * 255) / tot_count; in vp8_encode_frame()
970 xd->mb_segment_tree_probs[1] = (segment_counts[0] * 255) / tot_count; in vp8_encode_frame()
976 xd->mb_segment_tree_probs[2] = (segment_counts[2] * 255) / tot_count; in vp8_encode_frame()
981 if (xd->mb_segment_tree_probs[i] == 0) in vp8_encode_frame()
982 xd->mb_segment_tree_probs[i] = 1; in vp8_encode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dblockd.h260 …vp8_prob mb_segment_tree_probs[MB_FEATURE_TREE_PROBS]; /* Probability Tree used to code Se… member
/hardware/intel/img/psb_video/src/
Dtng_VP8.c1050 …R_VEC_VP8_FE_MB_SEGMENT_PROBS, VP8_FE_SEGMENT_ID_PROB0, ctx->pic_params->mb_segment_tree_probs[0]); in tng__VP8_FE_Registers_Write()
1051 …R_VEC_VP8_FE_MB_SEGMENT_PROBS, VP8_FE_SEGMENT_ID_PROB1, ctx->pic_params->mb_segment_tree_probs[1]); in tng__VP8_FE_Registers_Write()
1052 …R_VEC_VP8_FE_MB_SEGMENT_PROBS, VP8_FE_SEGMENT_ID_PROB2, ctx->pic_params->mb_segment_tree_probs[2]); in tng__VP8_FE_Registers_Write()