/external/libvpx/libvpx/vp9/common/ |
vp9_postproc.c | 826 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);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_postproc.c | 826 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/ |
postproc.c | 1037 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); [all...] |
/external/libvpx/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...] |
/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...] |
/external/chromium_org/v8/test/cctest/ |
test-macro-assembler-x64.cc | 2396 Operand bx0 = Operand(rbx, 0); local [all...] |