Searched refs:bx0 (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c826 int bx0, by0;
829 for (bx0 = x0; bx0 < (x0 + 16); bx0 += 4) {
832 x1 = bx0 + 2 + (mv->col >> 3);
835 constrain_line(bx0 + 2, &x1, by0 + 2, &y1, width, height);
836 vp9_blit_line(bx0 + 2, x1, by0 + 2, y1, y_buffer, y_stride);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dpostproc.c1037 int bx0, by0; local
1041 for (bx0 = x0; bx0 < (x0+16); bx0 += 4)
1045 x1 = bx0 + 2 + (mv->col >> 3);
1048 constrain_line (bx0+2, &x1, by0+2, &y1, width, height);
1049 vp8_blit_line (bx0+2, x1, by0+2, y1, y_buffer, y_stride);
/external/libvpx/libvpx/vp8/common/
H A Dpostproc.c1033 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);
/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc2396 Operand bx0 = Operand(rbx, 0); local
2399 __ movl(rdx, bx0); // Sanity check.
2404 __ movl(rdx, Operand(bx0, 5 * kPointerSize));
2409 __ movl(rdx, Operand(bx0, -4 * kPointerSize));

Completed in 440 milliseconds