Searched refs:hp (Results 1 – 11 of 11) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 40 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/ |
D | vp9_entropymv.c | 167 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()
|
D | vp9_entropymv.h | 90 vp9_prob hp; member 118 unsigned int hp[2]; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 206 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()
|
D | vp9_decodeframe.c | 179 update_mv_probs(&comp_ctx->hp, 1, r); in read_mv_probs()
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 2155 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/ |
D | loc_eng.cpp | 2485 struct hostent *hp; in resolve_in_addr() local 2486 hp = gethostbyname(host_addr); in resolve_in_addr() 2487 if (hp != NULL) /* DNS OK */ in resolve_in_addr() 2489 memcpy(in_addr_ptr, hp->h_addr_list[0], hp->h_length); in resolve_in_addr()
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 2485 struct hostent *hp; in resolve_in_addr() local 2486 hp = gethostbyname(host_addr); in resolve_in_addr() 2487 if (hp != NULL) /* DNS OK */ in resolve_in_addr() 2489 memcpy(in_addr_ptr, hp->h_addr_list[0], hp->h_length); in resolve_in_addr()
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 2486 struct hostent *hp; in resolve_in_addr() local 2487 hp = gethostbyname(host_addr); in resolve_in_addr() 2488 if (hp != NULL) /* DNS OK */ in resolve_in_addr() 2490 memcpy(in_addr_ptr, hp->h_addr_list[0], hp->h_length); in resolve_in_addr()
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 2487 struct hostent *hp; in resolve_in_addr() local 2488 hp = gethostbyname(host_addr); in resolve_in_addr() 2489 if (hp != NULL) /* DNS OK */ in resolve_in_addr() 2491 memcpy(in_addr_ptr, hp->h_addr_list[0], hp->h_length); in resolve_in_addr()
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 2486 struct hostent *hp; in resolve_in_addr() local 2487 hp = gethostbyname(host_addr); in resolve_in_addr() 2488 if (hp != NULL) /* DNS OK */ in resolve_in_addr() 2490 memcpy(in_addr_ptr, hp->h_addr_list[0], hp->h_length); in resolve_in_addr()
|