Home
last modified time | relevance | path

Searched defs:prob (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_cost.h22 #define vp9_cost_zero(prob) (vp9_prob_cost[prob]) argument
24 #define vp9_cost_one(prob) vp9_cost_zero(vp9_complement(prob)) argument
26 #define vp9_cost_bit(prob, bit) vp9_cost_zero((bit) ? vp9_complement(prob) \ argument
Dvp9_cost.c39 const vp9_prob prob = probs[i / 2]; in cost() local
Dvp9_bitstream.c759 const int prob = seg->tree_probs[i]; in encode_segmentation() local
770 const int prob = seg->pred_probs[i]; in encode_segmentation() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dentropymv.h43 vp8_prob prob[MVPcount]; /* often come in row, col pairs */ member
Dentropy.h47 const vp8_prob *prob; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_detokenize.c77 #define ADJUST_COEF(prob, bits_count) \ argument
93 const vp9_prob *prob; in decode_coefs() local
Dvp9_reader.h47 static int vp9_read(vp9_reader *r, int prob) { in vp9_read()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_prob.h76 const vp9_prob prob = get_binary_prob(ct[0], ct[1]); in merge_probs() local
Dvp9_entropy.h51 const vp9_prob *prob; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodemv.c221 const vp8_prob * prob; in get_sub_mv_ref_prob() local
261 const vp8_prob *prob; in decode_split_mv() local
Ddetokenize.c89 static int GetCoeffs(BOOL_DECODER *br, ProbaArray prob, in GetCoeffs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c910 static double bitcost( double prob ) in bitcost()