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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c1110 const unsigned block_size_pixels = VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT; local in function:vl_create_mpeg12_decoder
1132 dec->blocks_per_line = MAX2(util_next_power_of_two(dec->base.width) / block_size_pixels, 4);
1133 dec->num_blocks = (dec->base.width * dec->base.height) / block_size_pixels;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c1112 const unsigned block_size_pixels = VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT; local in function:vl_create_mpeg12_decoder
1134 dec->blocks_per_line = MAX2(util_next_power_of_two(dec->base.width) / block_size_pixels, 4);
1135 dec->num_blocks = (dec->base.width * dec->base.height) / block_size_pixels;

Completed in 5 milliseconds