Searched defs:buf_stride (Results 1 - 3 of 3) sorted by relevance
/external/webp/src/demux/ |
H A D | anim_decode.c | 153 static void ZeroFillFrameRect(uint8_t* buf, int buf_stride, int x_offset, argument 156 assert(width * NUM_CHANNELS <= buf_stride); 157 buf += y_offset * buf_stride + x_offset * NUM_CHANNELS; 160 buf += buf_stride;
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_sse.c | 1072 struct x86_reg buf_stride = x86_make_disp(p->machine_EDI, local 1115 x86_imul(p->func, tmp_EAX, buf_stride); 1167 struct x86_reg buf_stride = local 1201 x86_imul(p->func, ptr, buf_stride); 1232 struct x86_reg buf_stride = x86_make_disp(p->machine_EDI, local 1236 x86_mov(p->func, p->tmp_EAX, buf_stride);
|
/external/libvpx/libvpx/vp9/decoder/ |
H A D | vp9_decodeframe.c | 568 buf_stride, subpel_x, subpel_y; local 634 buf_stride = pre_buf->stride; 668 const uint8_t *const buf_ptr1 = ref_frame + y0 * buf_stride + x0; 673 extend_and_predict(buf_ptr1, buf_stride, x0, y0, b_w, b_h, 695 high_inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x, 698 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x, 702 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x,
|
Completed in 82 milliseconds