Searched defs:rfc (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_int.h133 tBTA_HF_CLIENT_RFC rfc; member in union:__anon607
/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_int.h191 tRFC_PORT rfc; /* RFCOMM port control block */ member in struct:t_port_info
H A Drfc_int.h231 tRFCOMM_CB rfc; member in struct:__anon1701
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_int.h229 tBTA_AG_RFC rfc; member in union:__anon420
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1240 int rfc = mode_context[ref_frames[0]]; local
1241 int c1 = cost_mv_ref(cpi, NEARMV, rfc);
1242 int c2 = cost_mv_ref(cpi, NEARESTMV, rfc);
1243 int c3 = cost_mv_ref(cpi, ZEROMV, rfc);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1685 int rfc = mode_context[ref_frame]; local
1686 int c1 = cost_mv_ref(cpi, NEARMV, rfc);
1687 int c2 = cost_mv_ref(cpi, NEARESTMV, rfc);
1688 int c3 = cost_mv_ref(cpi, ZEROMV, rfc);

Completed in 264 milliseconds