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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.h 58 I_16x16_0_0_0 = 7,
h264bsd_macroblock_layer.c 890 ASSERT(mbType >= I_16x16_0_0_0 && mbType <= I_16x16_3_2_1);
897 /* tmp is 0 for I_16x16_0_0_0 mb type */
899 tmp = /*lint -e(656)*/(mbType - I_16x16_0_0_0) >> 2;
927 ASSERT(mbType >= I_16x16_0_0_0 && mbType <= I_16x16_3_2_1);
929 /* tmp is 0 for I_16x16_0_0_0 mb type */
931 tmp = /*lint -e(656)*/(mbType - I_16x16_0_0_0);
    [all...]
  /external/libavc/common/
ih264_defs.h 354 I_16x16_0_0_0,

Completed in 70 milliseconds