Home
last modified time | relevance | path

Searched defs:pl (Results 1 – 4 of 4) sorted by relevance

/device/sample/apps/client/src/com/example/android/platform_library/client/
DClient.java34 PlatformLibrary pl = new PlatformLibrary(); in onCreate() local
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_find_best_partitioning.cpp677 partition_lines3& pl = plines[j]; in find_best_partition_candidates() local
713 partition_lines3& pl = plines[j]; in find_best_partition_candidates() local
Dastcenc_averages_and_directions.cpp880 partition_lines3& pl = plines[partition]; in compute_error_squared_rgb() local
Dtinyexr.h8729 HufDec *pl = hdecod + (c >> (l - HUF_DECBITS)); in hufBuildDecTable() local
8760 HufDec *pl = hdecod + (c << (HUF_DECBITS - l)); in hufBuildDecTable() local
8973 const HufDec pl = hdecod[(c >> (lc - HUF_DECBITS)) & HUF_DECMASK]; in hufDecode() local
9042 const HufDec pl = hdecod[(c << (HUF_DECBITS - lc)) & HUF_DECMASK]; in hufDecode() local