OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:brwidth
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
chv_filter.cpp
192
int
brwidth
;
local
203
brwidth
= mbr * pp_w; /* number of blocks above current block row */
207
QP = QP_store[(
brwidth
>>2) + (mbc>>1)]; /* QP is per MB based value */
213
brwidth
+= pp_w; /* number of blocks above & left current block row */
221
ptr = rec + (
brwidth
<< 6) + (bc << 3);
222
jVal0 =
brwidth
+ bc;
327
brwidth
-= (pp_w << 1);
337
ptr = rec + (
brwidth
<< 6) + (bc << 3);
338
jVal0 =
brwidth
+ bc;
442
brwidth
+= pp_w
469
int
brwidth
;
local
[
all
...]
chvr_filter.cpp
41
int pp_w, pp_h,
brwidth
;
local
65
/*
brwidth
contains the block number of the leftmost block
67
brwidth
= mbr * pp_w;
76
/*
brwidth
/4 is the macroblock number and mbc/2 is the macroblock col number*/
77
QP = QP_store[(
brwidth
>>2) + (mbc>>1)];
86
/* Set
brwidth
to the first (leftmost) block number of the next row */
87
/*
brwidth
is used as an index when counting blocks */
88
brwidth
+= pp_w;
98
*
brwidth
* 64 is the pixel row offset
100
ptr = rec + (
brwidth
<< 6) + (bc << 3)
[
all
...]
Completed in 618 milliseconds