Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.h248 int refs = __sync_add_and_fetch(&mRefs, 1); in addRef() local
253 int refs = __sync_sub_and_fetch(&mRefs, 1); in releaseRef() local
254 if (refs == 0) { in releaseRef()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c2543 const int refs[2] = { mbmi->ref_frame[0], in joint_motion_search() local
2561 ref_mv[ref] = mbmi->ref_mvs[refs[ref]][0]; in joint_motion_search()
2574 frame_mv[refs[ref]].as_int = single_newmv[refs[ref]].as_int; in joint_motion_search()
2600 &frame_mv[refs[!id]].as_mv, in joint_motion_search()
2612 tmp_mv.as_int = frame_mv[refs[id]].as_int; in joint_motion_search()
2652 frame_mv[refs[id]].as_int = tmp_mv.as_int; in joint_motion_search()
2669 *rate_mv += vp9_mv_bit_cost(&frame_mv[refs[ref]].as_mv, in joint_motion_search()
2670 &mbmi->ref_mvs[refs[ref]][0].as_mv, in joint_motion_search()
2710 int refs[2] = { mbmi->ref_frame[0], in handle_inter_mode() local
2724 if (frame_mv[refs[0]].as_int == INVALID_MV || in handle_inter_mode()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dsad_test.cc169 const uint8_t* refs[] = {GetReference(0), GetReference(1), in SADs() local
173 refs, reference_stride_, in SADs()