Home
last modified time | relevance | path

Searched refs:BLOCK_SIZE_GROUPS (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.h41 vp9_prob y_mode_prob[BLOCK_SIZE_GROUPS][INTRA_MODES - 1];
58 unsigned int y_mode[BLOCK_SIZE_GROUPS][INTRA_MODES];
Dvp9_entropymode.c143 static const vp9_prob default_if_y_probs[BLOCK_SIZE_GROUPS][INTRA_MODES - 1] = {
375 for (i = 0; i < BLOCK_SIZE_GROUPS; i++) in vp9_adapt_mode_probs()
Dvp9_blockd.h32 #define BLOCK_SIZE_GROUPS 4 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c1172 for (i = 0; i < BLOCK_SIZE_GROUPS; ++i)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c1189 for (j = 0; j < BLOCK_SIZE_GROUPS; j++) in read_compressed_header()