OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RLB
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode_inline.h
23
__inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *
RLB
, Int nc)
53
RLB
->level[idx] = -level;
54
RLB
->s[idx] = 1;
55
RLB
->run[idx] = run;
61
RLB
->level[idx] = level;
62
RLB
->s[idx] = 0;
63
RLB
->run[idx] = run;
90
RLB
->level[idx] = -level;
91
RLB
->s[idx] = 1;
92
RLB
->run[idx] = run
[
all
...]
vlc_encode.cpp
898
RunLevelBlock *
RLB
= video->
RLB
;
936
DC = video->
RLB
[i].level[0];
937
if (video->
RLB
[i].s[0])
959
(*BlockCodeCoeff)(&(
RLB
[i]), bs3, 1 - intraDC_decision, ncoefblck[i], Mode);/* Code Intra AC*/
988
RunLevelBlock *
RLB
= video->
RLB
;
[
all
...]
vlc_encode.h
41
Void BlockCodeCoeff(RunLevelBlock *
RLB
, BitstreamEncVideo *bs, Int j_start, UChar Mode, Int rvlc, Int shortVideoHeader);
mp4enc_lib.h
198
void BlockCodeCoeff_ShortHeader(RunLevelBlock *
RLB
, BitstreamEncVideo *bs, Int j_start, Int j_stop, UChar Mode);
199
void BlockCodeCoeff_RVLC(RunLevelBlock *
RLB
, BitstreamEncVideo *bs, Int j_start, Int j_stop, UChar Mode);
200
void BlockCodeCoeff_Normal(RunLevelBlock *
RLB
, BitstreamEncVideo *bs, Int j_start, Int j_stop, UChar Mode);
mp4lib_int.h
370
RunLevelBlock
RLB
[6]; /* Run and Level of coefficients! */
Completed in 107 milliseconds