Home
last modified time | relevance | path

Searched defs:luma_size (Results 1 – 8 of 8) sorted by relevance

/external/libavc/test/encoder/
Drecon.c90 WORD32 luma_size; in allocate_recon() local
159 WORD32 luma_size; in init_raw_buf_descr() local
Dinput.c233 WORD32 luma_size; in allocate_input() local
/external/libxcam/modules/soft/
Dsoft_copy_task.cpp47 uint32_t luma_size = in_luma->get_width () * in_luma->pixel_size (); in work_range() local
/external/libdrm/tests/amdgpu/
Dvce_tests.c315 unsigned luma_size = ALIGN(enc->width, align) * ALIGN(enc->height, 16); in amdgpu_cs_vce_encode_idr() local
365 unsigned luma_size = ALIGN(enc->width, align) * ALIGN(enc->height, 16); in amdgpu_cs_vce_encode_p() local
Duvd_enc_tests.c432 unsigned luma_size = ALIGN(enc.width, align) * ALIGN(enc.height, 16); in amdgpu_cs_uvd_enc_encode() local
/external/autotest/client/deps/glbench/src/
Dyuvtest.cc131 const int luma_size = YUV2RGB_WIDTH * YUV2RGB_PIXEL_HEIGHT; in SetupTextures() local
/external/webp/src/dec/
Didec_dec.c711 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride, in WebPINewYUVA()
754 WebPIDecoder* WebPINewYUV(uint8_t* luma, size_t luma_size, int luma_stride, in WebPINewYUV()
Dwebp_dec.c576 uint8_t* luma, size_t luma_size, int luma_stride, in WebPDecodeYUVInto()