Searched refs:out_mem (Results 1 – 2 of 2) sorted by relevance
/external/libxcam/modules/ocl/ |
D | cl_utils.cpp | 163 uint8_t *out_mem = buf->map (); in convert_nv12_mem_to_video_buffer() local 164 XCAM_FAIL_RETURN (ERROR, out_mem, XCAM_RETURN_ERROR_MEM, "map buffer failed"); in convert_nv12_mem_to_video_buffer() 171 dest = out_mem + info.offsets[index]; in convert_nv12_mem_to_video_buffer()
|
/external/libopus/celt/ |
D | celt_encoder.c | 2168 celt_sig *out_mem[2]; in celt_encode_with_ec() local 2181 out_mem[c] = st->syn_mem[c]+2*MAX_PERIOD-N; in celt_encode_with_ec() 2184 celt_synthesis(mode, X, out_mem, oldBandE, start, effEnd, in celt_encode_with_ec() 2190 …comb_filter(out_mem[c], out_mem[c], st->prefilter_period_old, st->prefilter_period, mode->shortMdc… in celt_encode_with_ec() 2194 …comb_filter(out_mem[c]+mode->shortMdctSize, out_mem[c]+mode->shortMdctSize, st->prefilter_period, … in celt_encode_with_ec() 2200 deemphasis(out_mem, (opus_val16*)pcm, N, CC, st->upsample, mode->preemph, st->preemph_memD); in celt_encode_with_ec()
|