Home
last modified time | relevance | path

Searched refs:upd (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_subexp.c17 #define vp9_cost_upd256 ((int)(vp9_cost_one(upd) - vp9_cost_zero(upd)))
121 vp9_prob upd) { in vp9_prob_diff_update_savings_search() argument
143 vp9_prob upd) { in vp9_prob_diff_update_savings_search_model() argument
180 const vp9_prob upd = DIFF_UPDATE_PROB; in vp9_cond_prob_diff_update() local
183 upd); in vp9_cond_prob_diff_update()
186 vp9_write(w, 1, upd); in vp9_cond_prob_diff_update()
190 vp9_write(w, 0, upd); in vp9_cond_prob_diff_update()
Dvp9_subexp.h27 vp9_prob upd);
33 vp9_prob upd);
Dvp9_bitstream.c516 const vp9_prob upd = DIFF_UPDATE_PROB; in update_coef_probs_common() local
536 old_coef_probs[i][j][k][l], &newp, upd); in update_coef_probs_common()
539 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd); in update_coef_probs_common()
543 savings += s - (int)(vp9_cost_zero(upd)); in update_coef_probs_common()
545 savings -= (int)(vp9_cost_zero(upd)); in update_coef_probs_common()
568 const vp9_prob upd = DIFF_UPDATE_PROB; in update_coef_probs_common() local
574 old_coef_probs[i][j][k][l], &newp, upd); in update_coef_probs_common()
578 *oldp, &newp, upd); in update_coef_probs_common()
581 vp9_write(bc, u, upd); in update_coef_probs_common()
622 old_coef_probs[i][j][k][l], &newp, upd); in update_coef_probs_common()
[all …]
Dvp9_encoder.c2965 int upd = 7; in vp9_apply_encoding_flags() local
2968 upd ^= VP9_LAST_FLAG; in vp9_apply_encoding_flags()
2971 upd ^= VP9_GOLD_FLAG; in vp9_apply_encoding_flags()
2974 upd ^= VP9_ALT_FLAG; in vp9_apply_encoding_flags()
2976 vp9_update_reference(cpi, upd); in vp9_apply_encoding_flags()
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c841 const vp8_prob upd) in prob_update_savings() argument
846 ((vp8_cost_one(upd) - vp8_cost_zero(upd)) >> 8); in prob_update_savings()
897 const vp8_prob upd = vp8_coef_update_probs [i][j][k][t]; in independent_coef_context_savings() local
898 const int s = prob_update_savings(ct, oldp, newp, upd); in independent_coef_context_savings()
958 const vp8_prob upd = vp8_coef_update_probs [i][j][k][t]; in default_coef_context_savings() local
959 const int s = prob_update_savings(ct, oldp, newp, upd); in default_coef_context_savings()
1106 const vp8_prob upd = vp8_coef_update_probs[i][j][k][t]; in vp8_update_coef_probs() local
1109 prob_update_savings(ct, oldp, newp, upd); in vp8_update_coef_probs()
1130 const vp8_prob upd = vp8_coef_update_probs [i][j][k][t]; in vp8_update_coef_probs() local
1140 *Pold, newp, upd); in vp8_update_coef_probs()
[all …]
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c850 int upd = 7; in vp8e_encode() local
853 upd ^= VP8_LAST_FRAME; in vp8e_encode()
856 upd ^= VP8_GOLD_FRAME; in vp8e_encode()
859 upd ^= VP8_ALTR_FRAME; in vp8e_encode()
861 vp8_update_reference(ctx->cpi, upd); in vp8e_encode()
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
DMacTest.java433 byte[] upd = { (byte) 5, (byte) 4, (byte) 3, (byte) 2, (byte) 1, (byte) 0 }; in testMac12()
443 res2 = macs[i].doFinal(upd); in testMac12()
444 macs[i].update(upd); in testMac12()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c3699 struct nl80211_sta_flag_update upd; in wpa_driver_nl80211_sta_add() local
3803 os_memset(&upd, 0, sizeof(upd)); in wpa_driver_nl80211_sta_add()
3804 upd.set = sta_flags_nl80211(params->flags); in wpa_driver_nl80211_sta_add()
3805 upd.mask = upd.set | sta_flags_nl80211(params->flags_mask); in wpa_driver_nl80211_sta_add()
3807 upd.set, upd.mask); in wpa_driver_nl80211_sta_add()
3808 if (nla_put(msg, NL80211_ATTR_STA_FLAGS2, sizeof(upd), &upd)) in wpa_driver_nl80211_sta_add()
4258 struct nl80211_sta_flag_update upd; in wpa_driver_nl80211_sta_set_flags() local
4289 os_memset(&upd, 0, sizeof(upd)); in wpa_driver_nl80211_sta_set_flags()
4290 upd.mask = sta_flags_nl80211(flags_or | ~flags_and); in wpa_driver_nl80211_sta_set_flags()
4291 upd.set = sta_flags_nl80211(flags_or); in wpa_driver_nl80211_sta_set_flags()
[all …]
/external/wpa_supplicant_8/hs20/server/
Dspp_server.c1218 xml_node_t *pps, *c, *trust, *aaa, *aaa1, *upd, *homesp; in build_pps() local
1239 upd = xml_node_create(ctx->xml, c, NULL, "SubscriptionUpdate"); in build_pps()
1240 add_text_node(ctx, upd, "UpdateInterval", "4294967295"); in build_pps()
1241 add_text_node(ctx, upd, "UpdateMethod", "ClientInitiated"); in build_pps()
1242 add_text_node(ctx, upd, "Restriction", "HomeSP"); in build_pps()
1243 add_text_node_conf(ctx, realm, upd, "URI", "spp_http_auth_url"); in build_pps()
1244 trust = xml_node_create(ctx->xml, upd, NULL, "TrustRoot"); in build_pps()
/external/valgrind/docs/internals/
D3_0_BUGSTATUS.txt590 n-i-bz Dirk r4360 (upd email addrs from trunk)
/external/valgrind/none/tests/arm64/
Dmemory.stdout.exp37 LDRS{B,H,W} (simm9, upd) (upd check is MISSING)
2476 LDRS{B,H,W} (simm9, upd)