Home
last modified time | relevance | path

Searched refs:cr (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c51 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 …]
Dvp9_aq_cyclicrefresh.h28 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/
Dmodetest.c354 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/
Dalloc_controller.cpp572 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/
Dalloc_controller.cpp575 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/
Dmapper.cpp261 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/
Dmapper.cpp263 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/
Dcamera_test_script.cpp180 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/
Dconfigure1122 | --no-cr | --no-c | -n)
Daclocal.m43405 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp