Searched defs:usehp (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_entropymv.c143 int incr, int usehp) {
160 comp_counts->class0_hp[e] += usehp * incr;
167 comp_counts->hp[e] += usehp * incr;
142 inc_mv_component(int v, nmv_component_counts *comp_counts, int incr, int usehp) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodemv.c33 const nmv_component* mvcomp, int usehp) {
68 if (usehp)
76 int usehp) {
96 if (usehp) {
124 if (usehp) {
164 void vp9_write_nmv_probs(VP9_COMMON *cm, int usehp, vp9_writer *w) { argument
193 if (usehp) {
204 const nmv_context* mvctx, int usehp) {
208 usehp = usehp
32 encode_mv_component(vp9_writer* w, int comp, const nmv_component* mvcomp, int usehp) argument
74 build_nmv_component_cost_table(int *mvcost, const nmv_component* const mvcomp, int usehp) argument
202 vp9_encode_mv(VP9_COMP* cpi, vp9_writer* w, const MV* mv, const MV* ref, const nmv_context* mvctx, int usehp) argument
225 vp9_build_nmv_cost_table(int *mvjoint, int *mvcost[2], const nmv_context* ctx, int usehp) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodemv.c205 const nmv_component *mvcomp, int usehp) {
229 hp = usehp ? vp9_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp)
204 read_mv_component(vp9_reader *r, const nmv_component *mvcomp, int usehp) argument

Completed in 45 milliseconds