Searched refs:subsample (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/cas/native/1.0/ |
D | IDescrambler.hal | 33 * clear and scrambled bytes within each subsample.
|
D | types.hal | 30 * A subsample consists of some number of bytes of clear (unscrambled)
|
/hardware/interfaces/drm/1.0/ |
D | types.hal | 267 * A subsample consists of some number of bytes of clear (unencrypted) 278 * of a subsample. Patterns are used to reduce the CPU overhead of
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 1470 int row, col, i, k, subsample; in stbi_write_jpg_core() local 1479 subsample = quality <= 90 ? 1 : 0; in stbi_write_jpg_core() 1502 … 3,1,(unsigned char)(subsample?0x22:0x11),0,2,0x11,1,3,0x11,1,0xFF,0xC4,0x01,0xA2,0 }; in stbi_write_jpg_core() 1533 if(subsample) { in stbi_write_jpg_core()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 1470 int row, col, i, k, subsample; in stbi_write_jpg_core() local 1479 subsample = quality <= 90 ? 1 : 0; in stbi_write_jpg_core() 1502 … 3,1,(unsigned char)(subsample?0x22:0x11),0,2,0x11,1,3,0x11,1,0xFF,0xC4,0x01,0xA2,0 }; in stbi_write_jpg_core() 1533 if(subsample) { in stbi_write_jpg_core()
|