Searched refs:mvpis_short (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | encodemv.c | 34 vp8_write(w, 0, p [mvpis_short]); in encode_mvcomponent() 44 vp8_write(w, 1, p [mvpis_short]); in encode_mvcomponent() 108 cost = vp8_cost_zero(p [mvpis_short]) in cost_mvcomponent() 117 cost = vp8_cost_one(p [mvpis_short]); in cost_mvcomponent() 297 calc_prob(Pnew + mvpis_short, is_short_ct); in write_component_probs() 326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated); in write_component_probs()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | entropymv.h | 33 mvpis_short = 0, /* short (<= 7) vs long (>= 8) */ enumerator
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | decodemv.c | 81 if (vp8_read(r, p [mvpis_short])) /* Large */ in read_mvcomponent()
|