OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RunLevelBlock
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.h
41
Void BlockCodeCoeff(
RunLevelBlock
*RLB, BitstreamEncVideo *bs, Int j_start, UChar Mode, Int rvlc, Int shortVideoHeader);
vlc_encode_inline.h
23
__inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock,
RunLevelBlock
*RLB, Int nc)
113
__inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock,
RunLevelBlock
*RLB, Int nc)
227
__inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock,
RunLevelBlock
*RLB, Int nc)
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
142
}
RunLevelBlock
;
370
RunLevelBlock
RLB[6]; /* Run and Level of coefficients! */
datapart_encode.cpp
59
void (*BlockCodeCoeff)(
RunLevelBlock
*, BitstreamEncVideo*, Int, Int, UChar);
241
void (*BlockCodeCoeff)(
RunLevelBlock
*, BitstreamEncVideo*, Int, Int, UChar);
vlc_encode.cpp
88
typedef void (*BlockCodeCoeffPtr)(
RunLevelBlock
*, BitstreamEncVideo*, Int, Int, UChar) ;
898
RunLevelBlock
*RLB = video->RLB;
988
RunLevelBlock
*RLB = video->RLB;
[
all
...]
combined_encode.cpp
59
void (*BlockCodeCoeff)(
RunLevelBlock
*, BitstreamEncVideo*, Int, Int, UChar);
294
void (*BlockCodeCoeff)(
RunLevelBlock
*, BitstreamEncVideo*, Int, Int, UChar);
Completed in 448 milliseconds