HomeSort by relevance Sort by last modified time
    Searched defs:MacroBlock (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Format/
UnwrappedLineParser.cpp 416 const bool MacroBlock = FormatTok->is(TT_MacroBlockBegin);
422 if (MacroBlock && FormatTok->is(tok::l_paren))
436 if (MacroBlock ? !FormatTok->is(TT_MacroBlockEnd)
445 if (MacroBlock && FormatTok->is(tok::l_paren))
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 146 } MacroBlock;
213 MacroBlock *mblock; /* Macroblock data structure */
233 int mbnum; /* Macroblock number */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 136 } MacroBlock;
277 /* 3 : macroblock level rate control */
368 UChar currYMB[256]; /* interleaved current macroblock in HTFM order */
369 MacroBlock *outputMB; /* Output MB to VLC encode */
405 Int mbnum; /* Macroblock number */

Completed in 162 milliseconds