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