Searched defs:cost (Results 1 – 4 of 4) sorted by relevance
| /frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
| D | intra_est.cpp | 435 int cost; in find_cost_16x16() local 495 int cost; in cost_i16() local 639 int cost = 0; in mb_intra4x4_search() local 731 uint16 min_cost, cost; in blk_intra4x4_search() local 1289 void cost_i4(uint8 *org, int org_pitch, uint8 *pred, uint16 *cost) in cost_i4() 1389 int cost, mincost; in chroma_intra_search() local 1727 int cost; in SATDChroma() local
|
| D | findhalfpel.cpp | 595 int cost; in SATD_MB() local
|
| /frameworks/av/services/camera/libcameraservice/utils/ |
| D | ClientManager.h | 113 ClientDescriptor<KEY, VALUE>::ClientDescriptor(const KEY& key, const VALUE& value, int32_t cost, in ClientDescriptor() 119 ClientDescriptor<KEY, VALUE>::ClientDescriptor(KEY&& key, VALUE&& value, int32_t cost, in ClientDescriptor() 385 int32_t cost = client->getCost(); in wouldEvictLocked() local
|
| /frameworks/av/services/camera/libcameraservice/ |
| D | CameraService.cpp | 238 int cost = 100; in onFirstRef() local 2313 CameraService::CameraState::CameraState(const String8& id, int cost, in CameraState() 2397 int32_t cost = i->getCost(); in toString() local 2431 const String8& key, const sp<BasicClient>& value, int32_t cost, in makeClientDescriptor()
|