Searched refs:packet_index (Results 1 – 4 of 4) sorted by relevance
184 size_t packet_index = opt->NumPackets(); in FindOptimalConfiguration() local186 assert(packet_index > 0); in FindOptimalConfiguration()188 config_vector[i - 1] = packet_index - 1; in FindOptimalConfiguration()190 --packet_index; in FindOptimalConfiguration()
83 size_t packet_index = fragmentation_.fragmentationOffset[partition_id] + in VerifyPartition() local85 if (packet_index + packet_buffer_size() > frame_buffer_size()) in VerifyPartition()87 VerifyPacket(frame_buffer_ + packet_index, start_value + i); in VerifyPartition()108 int packet_index = (offset + i) * packet_buffer_size(); in VerifyNalu() local109 VerifyPacket(frame_buffer_ + packet_index, start_value + i); in VerifyNalu()
986 opj_packet_info_t *packet_index; member
7527 if(p_cstr_ind->tile_index[it_tile].packet_index) { in j2k_destroy_cstr_index()7528 opj_free(p_cstr_ind->tile_index[it_tile].packet_index); in j2k_destroy_cstr_index()7529 p_cstr_ind->tile_index[it_tile].packet_index = NULL; in j2k_destroy_cstr_index()9523 l_cstr_index->tile_index[it_tile].packet_index = NULL; in j2k_get_cstr_index()