Home
last modified time | relevance | path

Searched refs:hp (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c40 const int hp = offset & 1; // high precision mv data in encode_mv_component() local
69 vp9_write(w, hp, in encode_mv_component()
70 mv_class == MV_CLASS_0 ? mvcomp->class0_hp : mvcomp->hp); in encode_mv_component()
99 hp_cost[0] = vp9_cost_zero(mvcomp->hp); in build_nmv_component_cost_table()
100 hp_cost[1] = vp9_cost_one(mvcomp->hp); in build_nmv_component_cost_table()
197 update_mv(w, counts->comps[i].hp, &mvc->comps[i].hp, MV_UPDATE_PROB); in vp9_write_nmv_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymv.c167 comp_counts->hp[e] += usehp * incr; in inc_mv_component()
226 comp->hp = adapt_prob(pre_comp->hp, c->hp); in vp9_adapt_mv_probs()
Dvp9_entropymv.h90 vp9_prob hp; member
118 unsigned int hp[2]; member
/hardware/intel/img/libdrm/
Dconfig.guess287 echo alpha-hp-vms
564 echo m68k-hp-bsd
567 echo m68k-hp-bsd4.4
639 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
643 echo ia64-hp-hpux${HPUX_REV}
676 echo hppa1.1-hp-bsd
679 echo hppa1.0-hp-bsd
682 echo hppa1.0-hp-mpeix
685 echo hppa1.1-hp-osf
688 echo hppa1.0-hp-osf
[all …]
Ddepcomp78 if test "$depmode" = hp; then
161 hp)
Dconfig.sub143 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
1347 *-hp)
1447 vendor=hp
1450 vendor=hp
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c206 int mag, d, fr, hp; in read_mv_component() local
229 hp = usehp ? vp9_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp) in read_mv_component()
233 mag = vp9_get_mv_mag(mv_class, (d << 3) | (fr << 1) | hp) + 1; in read_mv_component()
Dvp9_decodeframe.c179 update_mv_probs(&comp_ctx->hp, 1, r); in read_mv_probs()
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng.cpp2155 struct hostent *hp; in resolve_in_addr() local
2156 hp = gethostbyname(host_addr); in resolve_in_addr()
2157 if (hp != NULL) /* DNS OK */ in resolve_in_addr()
2159 memcpy(in_addr_ptr, hp->h_addr_list[0], hp->h_length); in resolve_in_addr()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng.cpp2342 struct hostent *hp; in resolve_in_addr() local
2343 hp = gethostbyname(host_addr); in resolve_in_addr()
2344 if (hp != NULL) /* DNS OK */ in resolve_in_addr()
2346 memcpy(in_addr_ptr, hp->h_addr_list[0], hp->h_length); in resolve_in_addr()