OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
309
/* decode
sliceQpDelta
and check that initial QP for the slice will be on
314
pSliceHeader->
sliceQpDelta
= itmp;
[
all
...]
Completed in 49 milliseconds