Searched refs:strides (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_reconinter.c | 417 const int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, in vp9_setup_dst_planes() local 423 setup_pred_plane(&pd->dst, buffers[i], strides[i], mi_row, mi_col, NULL, in vp9_setup_dst_planes() 436 const int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, in vp9_setup_pre_planes() local 441 setup_pred_plane(&pd->pre[idx], buffers[i], strides[i], mi_row, mi_col, in vp9_setup_pre_planes()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/ |
D | x86inc.asm | 72 ; This is true in practice (since we never do any 64bit arithmetic on strides,
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 6603 int32_t strides[3*raw_count]; in initStaticMetadata() local 6606 strides[i*3] = gCamCapability[cameraId]->raw_dim[i].width; in initStaticMetadata() 6607 strides[i*3+1] = gCamCapability[cameraId]->raw_dim[i].height; in initStaticMetadata() 6610 strides[i*3+2] = buf_planes.plane_info.mp[0].stride; in initStaticMetadata() 6612 staticInfo.update(QCAMERA3_OPAQUE_RAW_STRIDES, strides, in initStaticMetadata()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 972 const int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, in vp9_setup_src_planes() local 980 setup_pred_plane(&x->plane[i].src, buffers[i], strides[i], mi_row, mi_col, in vp9_setup_src_planes()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | loopfilter_filters_altivec.asm | 410 ;# setup strides/pointers to be able to access
|