HomeSort by relevance Sort by last modified time
    Searched defs:tmp2 (Results 101 - 125 of 182) sorted by null

1 2 3 45 6 7 8

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor_ver.s 54 tmp2 RN 7 label
119 ADD tmp2, chrPH, #1 ;// tmp2 = chromaPartHeight+1
120 STMIA sp,{width,height,tmp1,tmp2,tmp3}
127 STMIA sp,{width,height,tmp1,tmp2,tmp3}
130 MLA block, tmp2, tmp1, block;// block + (chromaPW+1)*(chromaPH+1)
140 STR tmp2, [sp, #0xfc] ;// height
162 SUB tmp2, chrPH, #1 ;// chromaPartHeight-1
164 ADD count, count, tmp2, LSL #16 ;// chromaPartHeight-1
165 ADD count, count, tmp2, LSL #24 ;// loop_
    [all...]
h264bsd_interpolate_chroma_ver.s 55 tmp2 RN 8 label
113 MOV tmp2, chrPW ;// tmp2 = chromaPartWidth
114 STMIA sp,{width,height,chrPW,tmp1,tmp2}
121 STMIA sp,{width,height,chrPW,tmp1,tmp2}
154 SUB tmp2, chrPH, #1 ;// chromaPartHeight-1
156 ADD count, count, tmp2, LSL #16 ;// chromaPartHeight-1
157 ADD count, count, tmp2, LSL #24 ;// loop_y
159 AND tmp2, count, #0x00F00000 ;// loop_x
173 ADD count, count, tmp2, LSL #
    [all...]
h264bsd_interpolate_hor_ver_quarter.s 51 tmp2 RN 5 label
316 LDR tmp2, [ref], width ;// |c4|c3|c2|c1|
325 UXTB16 tmpb, tmp2 ;// |c3|c1|
343 UXTB16 tmpb, tmp2, ROR #8 ;// |c4|c2|
367 ;// tmp2 = |a4|a3|a2|a1|
381 UXTAB16 tmpa, tmpa, tmp2 ;// 16+20(G+M)+A
397 UXTAB16 tmpa, tmpa, tmp2, ROR #8 ;// 16+20(G+M)+A
404 LDR tmp2, [mb]
406 MVN tmp2, tmp2
    [all...]
  /system/core/nexus/
NetworkManager.cpp 138 char tmp2[255]; local
142 DhcpState::toString(state, tmp2, sizeof(tmp2)));
160 DhcpState::toString(state, tmp2, sizeof(tmp2)));
WifiController.cpp 528 char tmp2[32]; local
535 SupplicantState::toString(evt->getState(), tmp2, sizeof(tmp2)));
545 mSupplicantState, tmp, evt->getState(), tmp2);