Searched refs:MVPsign (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | encodemv.c | 62 vp8_write(w, v < 0, p [MVPsign]); in encode_mvcomponent() 156 mvcost [0] [i] = cost0 + vp8_cost_zero(mvc[0].prob[MVPsign]); in vp8_build_component_cost_table() 157 mvcost [0] [-i] = cost0 + vp8_cost_one(mvc[0].prob[MVPsign]); in vp8_build_component_cost_table() 172 mvcost [1] [i] = cost1 + vp8_cost_zero(mvc[1].prob[MVPsign]); in vp8_build_component_cost_table() 173 mvcost [1] [-i] = cost1 + vp8_cost_one(mvc[1].prob[MVPsign]); in vp8_build_component_cost_table() 299 calc_prob(Pnew + MVPsign, sign_ct); in write_component_probs() 328 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated); in write_component_probs()
|
/external/libvpx/libvpx/vp8/common/ |
D | entropymv.h | 34 MVPsign, /* sign for non-zero */ enumerator
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodemv.c | 105 if (x && vp8_read(r, p [MVPsign])) in read_mvcomponent()
|