Searched refs:opj_image_data_alloc (Results 1 – 8 of 8) sorted by relevance
82 int* r = static_cast<int*>(opj_image_data_alloc(max_size.ValueOrDie())); in sycc444_to_rgb()83 int* g = static_cast<int*>(opj_image_data_alloc(max_size.ValueOrDie())); in sycc444_to_rgb()84 int* b = static_cast<int*>(opj_image_data_alloc(max_size.ValueOrDie())); in sycc444_to_rgb()141 int* r = static_cast<int*>(opj_image_data_alloc(max_size.ValueOrDie())); in sycc422_to_rgb()142 int* g = static_cast<int*>(opj_image_data_alloc(max_size.ValueOrDie())); in sycc422_to_rgb()143 int* b = static_cast<int*>(opj_image_data_alloc(max_size.ValueOrDie())); in sycc422_to_rgb()312 int* r = static_cast<int*>(opj_image_data_alloc(safeSize.ValueOrDie())); in sycc420_to_rgb()313 int* g = static_cast<int*>(opj_image_data_alloc(safeSize.ValueOrDie())); in sycc420_to_rgb()314 int* b = static_cast<int*>(opj_image_data_alloc(safeSize.ValueOrDie())); in sycc420_to_rgb()
441 opj_image_data_alloc(y.w * y.h * sizeof(OPJ_INT32))); in TEST()443 opj_image_data_alloc(v.w * v.h * sizeof(OPJ_INT32))); in TEST()445 opj_image_data_alloc(u.w * u.h * sizeof(OPJ_INT32))); in TEST()
77 comp->data = (OPJ_INT32*) opj_image_data_alloc( in opj_image_create()
1113 OPJ_API void* OPJ_CALLCONV opj_image_data_alloc(OPJ_SIZE_T size);
1054 void* OPJ_CALLCONV opj_image_data_alloc(OPJ_SIZE_T size) in opj_image_data_alloc() function
694 l_tilec->data = (OPJ_INT32 *) opj_image_data_alloc(l_tilec->data_size_needed); in opj_alloc_tile_component_data()704 l_tilec->data = (OPJ_INT32 *) opj_image_data_alloc(l_tilec->data_size_needed); in opj_alloc_tile_component_data()1666 tilec->data_win = (OPJ_INT32*) opj_image_data_alloc(l_data_size); in opj_tcd_decode_tile()
1091 … opj_image_data_alloc(old_comps[cmp].w * old_comps[cmp].h * sizeof(OPJ_INT32)); in opj_jp2_apply_pclr()
9184 l_img_comp_dest->data = (OPJ_INT32*) opj_image_data_alloc(l_width * l_height * in opj_j2k_update_image_data()