HomeSort by relevance Sort by last modified time
    Searched refs:sliceQpDelta (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.h 121 i32 sliceQpDelta;
h264bsd_slice_data.c 128 * initial QP for the picture and sliceQpDelta for the current slice */
129 qpY = (i32)pStorage->activePps->picInitQp + pSliceHeader->sliceQpDelta;
h264bsd_slice_header.c 311 /* decode sliceQpDelta and check that initial QP for the slice will be on
316 pSliceHeader->sliceQpDelta = itmp;
    [all...]

Completed in 92 milliseconds