Home
last modified time | relevance | path

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

/hardware/google/gfxstream/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