/external/v8/test/cctest/ |
test-macro-assembler-x64.cc | 2379 Operand bx0 = Operand(rbx, 0); local [all...] |
/external/libvpx/libvpx/vp8/common/ |
postproc.c | 1040 int bx0, by0; local 1044 for (bx0 = x0; bx0 < (x0+16); bx0 += 4) 1048 x1 = bx0 + 2 + (mv->col >> 3); 1051 constrain_line (bx0+2, &x1, by0+2, &y1, width, height); 1052 vp8_blit_line (bx0+2, x1, by0+2, y1, y_buffer, y_stride); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
postproc.c | 1033 int bx0, by0; local 1037 for (bx0 = x0; bx0 < (x0+16); bx0 += 4) 1041 x1 = bx0 + 2 + (mv->col >> 3); 1044 constrain_line (bx0+2, &x1, by0+2, &y1, width, height); 1045 vp8_blit_line (bx0+2, x1, by0+2, y1, y_buffer, y_stride); [all...] |