Home
last modified time | relevance | path

Searched defs:nb_bytes (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcodec/jpx/
Djpx_decode_utils.cpp24 OPJ_SIZE_T nb_bytes, in opj_read_from_memory()
43 OPJ_OFF_T opj_skip_from_memory(OPJ_OFF_T nb_bytes, void* p_user_data) { in opj_skip_from_memory()
75 OPJ_BOOL opj_seek_from_memory(OPJ_OFF_T nb_bytes, void* p_user_data) { in opj_seek_from_memory()
/external/pffft/
Dpffft_common.c10 static void * Valigned_malloc(size_t nb_bytes) { in Valigned_malloc()
45 void *pffft_aligned_malloc(size_t nb_bytes) { return Valigned_malloc(nb_bytes); } in pffft_aligned_malloc()
50 void *pffftd_aligned_malloc(size_t nb_bytes) { return Valigned_malloc(nb_bytes); } in pffftd_aligned_malloc()
Dpffastconv.c27 void *pffastconv_malloc(size_t nb_bytes) in pffastconv_malloc()
/external/libaom/av1/decoder/
Ddecodeframe.c2678 uint32_t nb_bytes = (nb_bits + 7) >> 3; in check_trailing_bits_after_symbol_coder() local