Searched refs:tmp_cb (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mb_template.c | 114 uint16_t *tmp_cb = (uint16_t *)(dest_cb + i * uvlinesize); in hl_decode_mb() local 117 tmp_cb[j] = tmp_cr[j] = 1 << (bit_depth - 1); in hl_decode_mb() 122 uint16_t *tmp_cb = (uint16_t *)(dest_cb + i * uvlinesize); in hl_decode_mb() local 124 tmp_cb[j] = get_bits(&gb, bit_depth); in hl_decode_mb()
|
H A D | h264_mb.c | 408 uint8_t *tmp_cb = sl->bipred_scratchpad; in mc_part_weighted() local 419 tmp_y, tmp_cb, tmp_cr, in mc_part_weighted() 429 chroma_weight_avg(dest_cb, tmp_cb, sl->mb_uvlinesize, in mc_part_weighted() 442 chroma_weight_avg(dest_cb, tmp_cb, sl->mb_uvlinesize, chroma_height, in mc_part_weighted()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_teap_common.c | 354 struct teap_tlv_crypto_binding *tmp_cb; in eap_teap_compound_mac() local 373 tmp_cb = (struct teap_tlv_crypto_binding *) buffer; in eap_teap_compound_mac() 374 os_memset(tmp_cb->emsk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac() 375 os_memset(tmp_cb->msk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_teap_common.c | 363 struct teap_tlv_crypto_binding *tmp_cb; in eap_teap_compound_mac() local 382 tmp_cb = (struct teap_tlv_crypto_binding *) buffer; in eap_teap_compound_mac() 383 os_memset(tmp_cb->emsk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac() 384 os_memset(tmp_cb->msk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()
|
Completed in 5 milliseconds