Home | History | Annotate | Download | only in source

Lines Matching refs:I_16x16_0_0_0

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);