Searched refs:jx (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dmetablock.c429 size_t jx = j * num_contexts + i; local in function:ContextBlockSplitterFinishBlock
431 combined_histo[jx] = histograms[curr_histo_ix];
432 HistogramAddHistogramLiteral(&combined_histo[jx],
434 combined_entropy[jx] = BitsEntropy(
435 &combined_histo[jx].data_[0], self->alphabet_size_);
436 diff[j] += combined_entropy[jx] - entropy[i] - last_entropy[jx];
/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dvcn_tests.c1047 uint32_t jx; local in function:scaling_list
1050 for (jx = 0; jx < sizeOfScalingList; jx++) {

Completed in 5 milliseconds