Searched refs:pre (Results 1 - 25 of 37) sorted by relevance

12

/hardware/intel/common/libva/test/basic/
H A Dtest_01.c29 void pre() function
H A Dtest_02.c29 void pre() function
H A Dtest_03.c29 void pre() function
H A Dtest_common.c56 void pre();
79 pre();
H A Dtest_04.c29 void pre() function
H A Dtest_05.c29 void pre() function
H A Dtest_08.c29 void pre() function
H A Dtest_06.c37 void pre() function
H A Dtest_07.c29 void pre() function
H A Dtest_09.c29 void pre() function
H A Dtest_10.c34 void pre() function
H A Dtest_11.c34 void pre() function
H A Dtest_vaSurfaceAttrib.c30 void pre() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dtemporal_filter.c161 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
162 int pre = d->offset; local
163 int pre_stride = x->e_mbd.pre.y_stride;
174 x->e_mbd.pre.y_buffer = frame_ptr->y_buffer;
175 x->e_mbd.pre.y_stride = frame_ptr->y_stride;
214 x->e_mbd.pre.y_buffer = base_pre;
215 d->offset = pre;
216 x->e_mbd.pre.y_stride = pre_stride;
246 unsigned char *y_buffer = mbd->pre.y_buffer;
247 unsigned char *u_buffer = mbd->pre
[all...]
H A Ddenoising.c247 saved_pre = filter_xd->pre;
251 filter_xd->pre.y_buffer = src->y_buffer + recon_yoffset;
252 filter_xd->pre.u_buffer = src->u_buffer + recon_uvoffset;
253 filter_xd->pre.v_buffer = src->v_buffer + recon_uvoffset;
272 filter_xd->pre = saved_pre;
H A Dmcomp.c234 int pre_stride = x->e_mbd.pre.y_stride;
235 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
377 int pre_stride = x->e_mbd.pre.y_stride;
378 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
688 int pre_stride = x->e_mbd.pre.y_stride;
689 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
870 int pre_stride = x->e_mbd.pre.y_stride;
871 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
1060 int pre_stride = x->e_mbd.pre.y_stride;
1061 unsigned char *base_pre = x->e_mbd.pre
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c90 xd->plane[0].pre[0].buf, xd->plane[0].pre[0].stride,
129 xd->plane[0].pre[0].buf, xd->plane[0].pre[0].stride,
203 xd->plane[0].pre[0].buf = golden_ref->y_buffer + mb_y_offset;
204 xd->plane[0].pre[0].stride = golden_ref->y_stride;
219 xd->plane[0].pre[0].buf = alt_ref->y_buffer + mb_y_offset;
220 xd->plane[0].pre[0].stride = alt_ref->y_stride;
253 xd->plane[0].pre[0].stride = buf->y_stride;
H A Dvp9_temporal_filter.c143 struct buf_2d pre = xd->plane[0].pre[0]; local
151 xd->plane[0].pre[0].buf = frame_ptr_buf;
152 xd->plane[0].pre[0].stride = stride;
184 xd->plane[0].pre[0] = pre;
219 input_buffer[i] = mbd->plane[i].pre[0].buf;
368 mbd->plane[i].pre[0].buf = input_buffer[i];
H A Dvp9_pickmode.c56 backup_yv12[i] = xd->plane[i].pre[0];
74 xd->plane[i].pre[0] = backup_yv12[i];
129 xd->plane[i].pre[0] = backup_yv12[i];
152 backup_yv12[i] = xd->plane[i].pre[0];
173 xd->plane[i].pre[0] = backup_yv12[i];
273 xd->plane[0].pre[0] = yv12_mb[ref_frame][0];
H A Dvp9_mcomp.c173 static INLINE const uint8_t *pre(const uint8_t *buf, int stride, int r, int c, function
180 vfp->svf(pre(y, y_stride, r, c, offset), y_stride, sp(c), sp(r), z, \
284 const int y_stride = xd->plane[0].pre[0].stride;
286 const uint8_t *y = xd->plane[0].pre[0].buf + offset;
356 vfp->svaf(pre(y, y_stride, r, c, offset), y_stride, sp(c), sp(r), \
383 const int y_stride = xd->plane[0].pre[0].stride;
385 const uint8_t *y = xd->plane[0].pre[0].buf + offset;
516 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
707 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
724 const struct buf_2d *const in_what = &xd->plane[0].pre[
[all...]
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/assets/css/
H A Dmain.css95 code, kbd, pre, samp {
108 pre code, pre kbd, pre samp,
117 pre.code, pre.terminal, pre.cmd {
123 pre.code {
129 pre.terminal, pre
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dreconinter.c216 int pre_stride = x->pre.uv_stride;
227 uptr = x->pre.u_buffer + offset;
228 vptr = x->pre.v_buffer + offset;
246 int pre_stride = x->pre.uv_stride;
282 base_pre = x->pre.u_buffer;
297 base_pre = x->pre.v_buffer;
323 int pre_stride = x->pre.y_stride;
325 ptr_base = x->pre.y_buffer;
389 unsigned char *ptr_base = x->pre.y_buffer;
390 int pre_stride = x->pre
[all...]
H A Dblockd.h227 YV12_BUFFER_CONFIG pre; /* Filtered copy of previous frame reconstruction */ member in struct:macroblockd
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_reconinter.c154 struct buf_2d *const pre_buf = &pd->pre[ref];
168 // scaling case. It needs to be done on the scaled MV, not the pre-scaling
176 uint8_t *pre; local
181 pre = pre_buf->buf + scaled_buffer_offset(x, y, pre_buf->stride, sf);
186 pre = pre_buf->buf + (y * pre_buf->stride + x);
193 pre += (scaled_mv.row >> SUBPEL_BITS) * pre_buf->stride
196 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride,
258 struct buf_2d *const pre_buf = &pd->pre[ref];
272 // scaling case. It needs to be done on the scaled MV, not the pre-scaling
441 setup_pred_plane(&pd->pre[id
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
H A Didct_dequant_full_2x_neon.asm32 vld1.32 {d28[0]}, [r2], r3 ; l pre
33 vld1.32 {d28[1]}, [r12], r3 ; r pre
76 ; pre-shift it
156 ; adding pre
157 ; input is still packed. pre was read interleaved
193 ; because the lowest bit in 0x8a8c is 0, we can pre-shift this

Completed in 350 milliseconds

12