HomeSort by relevance Sort by last modified time
    Searched full:matrixid (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libva/va/
va_dec_hevc.h 453 * ScalingList[ i ][ MatrixID ][ j ].
456 * correspongs i = 0, MatrixID is in the range of 0 to 5,
462 * correspongs i = 1, MatrixID is in the range of 0 to 5,
468 * correspongs i = 2, MatrixID is in the range of 0 to 5,
474 * correspongs i = 3, MatrixID is in the range of 0 to 1,
481 * scaling_list_dc_coef_minus8[ sizeID - 2 ][ matrixID ] + 8
482 * with sizeID = 2 and matrixID in the range of 0 to 5, inclusive.
488 * scaling_list_dc_coef_minus8[ sizeID - 2 ][ matrixID ] + 8
489 * with sizeID = 3 and matrixID in the range of 0 to 1, inclusive.
  /frameworks/av/media/libstagefright/
HevcUtils.cpp 246 for (uint32_t matrixId = 0; matrixId < 6; matrixId += (sizeId == 3) ? 3 : 1) {
248 // scaling_list_pred_mode_flag[sizeId][matrixId]
249 skipUE(&reader); // scaling_list_pred_matrix_id_delta[sizeId][matrixId]
253 skipSE(&reader); // scaling_list_dc_coef_minus8[sizeId ? 2][matrixId]

Completed in 225 milliseconds