/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | openjpeg.h | 831 int numlayers; member 903 OPJ_UINT32 numlayers; member
|
D | tcd.c | 211 for (layno = 0; layno < tcd->tcp->numlayers; layno++) { in opj_tcd_rateallocate_fixed() 315 for (i = 0; i < tcd_tcp->numlayers; i++) { in opj_tcd_makelayer_fixed() 478 … tile_info->thresh = (OPJ_FLOAT64 *) opj_malloc(tcd_tcp->numlayers * sizeof(OPJ_FLOAT64)); in opj_tcd_rateallocate() 485 for (layno = 0; layno < tcd_tcp->numlayers; layno++) { in opj_tcd_rateallocate() 1207 …nfo_t*) opj_calloc((size_t)p_cstr_info->numcomps * (size_t)p_cstr_info->numlayers * l_num_packs, s… in opj_tcd_encode_tile() 1293 …>tile[p_tile_no].packet = (opj_packet_info_t *) opj_malloc(p_cstr_info->numlayers * numprec * size… in opj_tcd_decode_tile() 2072 p_tcd->tcp->numlayers, in opj_tcd_t2_encode()
|
D | j2k.h | 247 OPJ_UINT32 numlayers; member
|
D | j2k.c | 1134 OPJ_UINT32 numlayers, 2377 opj_write_bytes(l_current_data,l_tcp->numlayers,2); /* SGcod (B) */ in opj_j2k_write_cod() 2463 opj_read_bytes(p_header_data,&l_tcp->numlayers,2); /* SGcod (B) */ in opj_j2k_read_cod() 2466 if ((l_tcp->numlayers < 1U) || (l_tcp->numlayers > 65535U)) { in opj_j2k_read_cod() 2467 …T_ERROR, "Invalid number of layers in COD marker : %d not in range [1-65535]\n", l_tcp->numlayers); in opj_j2k_read_cod() 2476 l_tcp->num_layers_to_decode = l_tcp->numlayers; in opj_j2k_read_cod() 2505 p_j2k->cstr_info->numlayers = l_tcp->numlayers; in opj_j2k_read_cod() 3082 …c->layno1 = (OPJ_UINT32)opj_int_min((OPJ_INT32)l_current_poc->layno1, (OPJ_INT32)l_tcp->numlayers); in opj_j2k_write_poc_in_memory() 3225 l_current_poc->layno1 = opj_uint_min(l_current_poc->layno1, l_tcp->numlayers); in opj_j2k_read_poc() 4702 … OPJ_FLOAT32 l_offset = (OPJ_FLOAT32)(*l_tp_stride_func)(l_tcp) / (OPJ_FLOAT32)l_tcp->numlayers; [all …]
|
D | pi.c | 972 l_current_poc->layE = l_tcp->numlayers; in opj_pi_update_encode_not_poc() 1057 l_current_pi->poc.layno1 = p_tcp->numlayers; in opj_pi_update_decode_not_poc() 1239 …l_current_pi->include = (OPJ_INT16*) opj_calloc((l_tcp->numlayers +1) * l_step_l, sizeof(OPJ_INT16… in opj_pi_create_decode() 1437 l_current_pi->include = (OPJ_INT16*) opj_calloc(l_tcp->numlayers * l_step_l, sizeof(OPJ_INT16)); in opj_pi_initialise_encode()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 4211 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) argument 4220 DE_UNREF(numlayers);
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 3761 …alformat, glw::GLuint minlevel, glw::GLuint numlevels, glw::GLuint minlayer, glw::GLuint numlayers) argument 3764 …<< ", " << minlevel << ", " << numlevels << ", " << minlayer << ", " << numlayers << ");" << TestL… 3765 …extureView(texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers);
|
D | gluCallLogWrapperApi.inl | 510 …lformat, glw::GLuint minlevel, glw::GLuint numlevels, glw::GLuint minlayer, glw::GLuint numlayers);
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 4039 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) argument 4044 …extureView(texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers);
|
D | glwFunctionTypes.inl | 510 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
|
D | glwApi.inl | 1170 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
|
/external/mesa3d/include/GL/ |
D | glext.h | 8628 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); 8630 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
|