Searched refs:c_sz (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/ |
D | y4minput.c | 230 int c_sz; in y4m_convert_42xmpeg2_42xjpeg() local 237 c_sz = c_w * c_h; in y4m_convert_42xmpeg2_42xjpeg() 240 _dst += c_sz; in y4m_convert_42xmpeg2_42xjpeg() 241 _aux += c_sz; in y4m_convert_42xmpeg2_42xjpeg() 293 int c_sz; in y4m_convert_42xpaldv_42xjpeg() local 302 c_sz = c_w * c_h; in y4m_convert_42xpaldv_42xjpeg() 303 tmp = _aux + 2 * c_sz; in y4m_convert_42xpaldv_42xjpeg() 309 _aux += c_sz; in y4m_convert_42xpaldv_42xjpeg() 344 _dst += c_sz - c_w; in y4m_convert_42xpaldv_42xjpeg() 478 int c_sz; in y4m_convert_422jpeg_420jpeg() local [all …]
|
/external/valgrind/VEX/priv/ |
D | host_tilegx_defs.c | 341 UChar c_sz = sz == 1 ? '1' : sz == 2 ? '2' : sz == 4 ? '4' : '8'; in ppTILEGXInstr() local 342 vex_printf("ld%c ", c_sz); in ppTILEGXInstr() 351 UChar c_sz = sz == 1 ? '1' : sz == 2 ? '2' : sz == 4 ? '4' : '8'; in ppTILEGXInstr() local 352 vex_printf("st%c ", c_sz); in ppTILEGXInstr()
|
D | host_ppc_defs.c | 1640 HChar c_sz = sz==1 ? 'b' : sz==2 ? 'h' : sz==4 ? 'w' : 'd'; in ppPPCInstr() local 1641 vex_printf("l%c%s%s ", c_sz, sz==8 ? "" : "z", idxd ? "x" : "" ); in ppPPCInstr() 1649 HChar c_sz = sz==1 ? 'b' : sz==2 ? 'h' : sz==4 ? 'w' : 'd'; in ppPPCInstr() local 1650 vex_printf("l%carx ", c_sz); in ppPPCInstr() 1659 HChar c_sz = sz==1 ? 'b' : sz==2 ? 'h' : sz==4 ? 'w' : /*8*/ 'd'; in ppPPCInstr() local 1660 vex_printf("st%c%s ", c_sz, idxd ? "x" : "" ); in ppPPCInstr() 1668 HChar c_sz = sz==1 ? 'b' : sz==2 ? 'h' : sz==4 ? 'w' : 'd'; in ppPPCInstr() local 1669 vex_printf("st%ccx. ", c_sz); in ppPPCInstr()
|
D | host_mips_defs.c | 1351 HChar c_sz = sz == 1 ? 'b' : sz == 2 ? 'h' : sz == 4 ? 'w' : 'd'; in ppMIPSInstr() local 1352 vex_printf("l%c%s ", c_sz, idxd ? "x" : ""); in ppMIPSInstr() 1361 HChar c_sz = sz == 1 ? 'b' : sz == 2 ? 'h' : sz == 4 ? 'w' : 'd'; in ppMIPSInstr() local 1362 vex_printf("s%c%s ", c_sz, idxd ? "x" : ""); in ppMIPSInstr()
|