Home
last modified time | relevance | path

Searched refs:luma_buf (Results 1 – 2 of 2) sorted by relevance

/external/webp/tests/fuzzer/
Dsimple_api_fuzzer.c75 uint8_t* const luma_buf = (uint8_t*)malloc(luma_size); in LLVMFuzzerTestOneInput() local
78 WebPDecodeYUVInto(data, size, luma_buf, luma_size, w /* luma_stride */, in LLVMFuzzerTestOneInput()
80 free(luma_buf); in LLVMFuzzerTestOneInput()
/external/libhevc/encoder/
Dihevce_enc_loop_pass.c3866 WORD32 luma_buf, chroma_buf; in ihevce_enc_loop_get_mem_recs() local
3879 luma_buf = (ctb_aligned_ht + (ctb_aligned_wd + 1) * (num_vert_units + 1)) * in ihevce_enc_loop_get_mem_recs()
3885 (luma_buf + chroma_buf) * (i4_num_bitrate_inst) * (i4_num_enc_loop_frm_pllel); in ihevce_enc_loop_get_mem_recs()