OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:picWidthInMbs
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_seq_param_set.h
64
u32
picWidthInMbs
;
h264bsd_storage.c
330
pStorage->activeSps->
picWidthInMbs
*
333
pStorage->currImage->width = pStorage->activeSps->
picWidthInMbs
;
355
pStorage->activeSps->
picWidthInMbs
,
372
pStorage->activeSps->
picWidthInMbs
*
394
pStorage->activeSps->
picWidthInMbs
*
397
pStorage->currImage->width = pStorage->activeSps->
picWidthInMbs
;
585
pStorage->activeSps->
picWidthInMbs
,
800
picSize = sps->
picWidthInMbs
* sps->picHeightInMbs;
824
if ( (pps->topLeft[i] % sps->
picWidthInMbs
) >
825
(pps->bottomRight[i] % sps->
picWidthInMbs
) )
[
all
...]
h264bsd_seq_param_set.c
243
pSeqParamSet->
picWidthInMbs
= value + 1;
292
( 8 * (i32)pSeqParamSet->
picWidthInMbs
-
304
tmp = pSeqParamSet->
picWidthInMbs
* pSeqParamSet->picHeightInMbs;
529
pSps1->
picWidthInMbs
== pSps2->
picWidthInMbs
&&
h264bsd_decoder.c
374
(oldSPS->
picWidthInMbs
!= newSPS->
picWidthInMbs
) ||
651
return(pStorage->activeSps->
picWidthInMbs
);
854
*width = 16 * pStorage->activeSps->
picWidthInMbs
-
h264bsd_deblocking.c
583
u32
picWidthInMbs
;
597
picWidthInMbs
= image->width;
599
picSizeInMbs =
picWidthInMbs
* image->height;
615
data = image->data + mbRow *
picWidthInMbs
* 256 + mbCol * 16;
617
FilterLuma((u8*)data, bS, thresholds,
picWidthInMbs
*16);
623
mbRow *
picWidthInMbs
* 64 + mbCol * 8;
626
thresholds,
picWidthInMbs
*8);
632
if (mbCol ==
picWidthInMbs
)
[
all
...]
h264bsd_slice_data.c
316
* MAX(
picWidthInMbs
, 10) macroblocks and start marking from there */
327
if (tmp >= MAX(pStorage->activeSps->
picWidthInMbs
, 10))
h264bsd_sei.c
292
pSeqParamSet->
picWidthInMbs
* pSeqParamSet->picHeightInMbs);
[
all
...]
h264bsd_slice_header.c
118
picSizeInMbs = pSeqParamSet->
picWidthInMbs
* pSeqParamSet->picHeightInMbs;
[
all
...]
Completed in 120 milliseconds