Searched refs:cr (Results 1 – 10 of 10) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_aq_cyclicrefresh.c | 51 CYCLIC_REFRESH *const cr = vpx_calloc(1, sizeof(*cr)); in vp9_cyclic_refresh_alloc() local 52 if (cr == NULL) in vp9_cyclic_refresh_alloc() 55 cr->map = vpx_calloc(mi_rows * mi_cols, sizeof(*cr->map)); in vp9_cyclic_refresh_alloc() 56 if (cr->map == NULL) { in vp9_cyclic_refresh_alloc() 57 vpx_free(cr); in vp9_cyclic_refresh_alloc() 61 return cr; in vp9_cyclic_refresh_alloc() 64 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr) { in vp9_cyclic_refresh_free() argument 65 vpx_free(cr->map); in vp9_cyclic_refresh_free() 66 vpx_free(cr); in vp9_cyclic_refresh_free() 94 static int candidate_refresh_aq(const CYCLIC_REFRESH *cr, in candidate_refresh_aq() argument [all …]
|
D | vp9_aq_cyclicrefresh.h | 28 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr); 41 void vp9_cyclic_refresh_set_rate_and_dist_sb(CYCLIC_REFRESH *cr, 44 int vp9_cyclic_refresh_get_rdmult(const CYCLIC_REFRESH *cr);
|
/hardware/intel/img/libdrm/tests/modetest/ |
D | modetest.c | 354 cairo_t *cr; in create_test_buffer() local 369 cr = cairo_create(surface); in create_test_buffer() 370 cairo_set_line_cap(cr, CAIRO_LINE_CAP_SQUARE); in create_test_buffer() 373 cairo_set_operator(cr, CAIRO_OPERATOR_OVER); in create_test_buffer() 374 cairo_move_to(cr, x, y - 20); in create_test_buffer() 375 cairo_line_to(cr, x, y + 20); in create_test_buffer() 376 cairo_move_to(cr, x - 20, y); in create_test_buffer() 377 cairo_line_to(cr, x + 20, y); in create_test_buffer() 378 cairo_new_sub_path(cr); in create_test_buffer() 379 cairo_arc(cr, x, y, 10, 0, M_PI * 2); in create_test_buffer() [all …]
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | alloc_controller.cpp | 572 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo() 585 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo() 597 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | alloc_controller.cpp | 575 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo() 589 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo() 601 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | mapper.cpp | 261 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in gralloc_lock_ycbcr() 273 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1); in gralloc_lock_ycbcr()
|
/hardware/qcom/display/msm8974/libgralloc/ |
D | mapper.cpp | 263 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in gralloc_lock_ycbcr() 273 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1); in gralloc_lock_ycbcr()
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_script.cpp | 180 char *nl, *cr; in trim_script_cmd() local 183 while ( NULL != (cr = strchr(cmd, '\r'))) { in trim_script_cmd() 184 for (char *c = cr; '\0' != *c; c++) { in trim_script_cmd()
|
/hardware/intel/img/libdrm/ |
D | configure | 1122 | --no-cr | --no-c | -n)
|
D | aclocal.m4 | 3405 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
|