Searched refs:buf_stride (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/demux/ |
D | anim_decode.c | 154 static void ZeroFillFrameRect(uint8_t* buf, int buf_stride, int x_offset, in ZeroFillFrameRect() argument 157 assert(width * NUM_CHANNELS <= buf_stride); in ZeroFillFrameRect() 158 buf += y_offset * buf_stride + x_offset * NUM_CHANNELS; in ZeroFillFrameRect() 161 buf += buf_stride; in ZeroFillFrameRect()
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 1088 struct x86_reg buf_stride = in init_inputs() local 1138 x86_mov(p->func, p->tmp2_EDX, buf_stride); in init_inputs() 1188 struct x86_reg buf_stride = in get_buffer_ptr() local 1217 x86_mov(p->func, p->tmp2_EDX, buf_stride); in get_buffer_ptr() 1251 struct x86_reg buf_stride = in incr_inputs() local 1256 x86_mov(p->func, p->tmp_EAX, buf_stride); in incr_inputs()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 501 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, in dec_build_inter_predictors() local 572 buf_stride = pre_buf->stride; in dec_build_inter_predictors() 600 const uint8_t *const buf_ptr1 = ref_frame + y0 * buf_stride + x0; in dec_build_inter_predictors() 605 extend_and_predict(buf_ptr1, buf_stride, x0, y0, b_w, b_h, frame_width, in dec_build_inter_predictors() 617 highbd_inter_predictor(CONVERT_TO_SHORTPTR(buf_ptr), buf_stride, in dec_build_inter_predictors() 621 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x, in dec_build_inter_predictors() 625 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x, subpel_y, in dec_build_inter_predictors()
|