Searched defs:cr (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c51 CYCLIC_REFRESH *const cr = vpx_calloc(1, sizeof(*cr)); local
52 if (cr == NULL)
55 cr->map = vpx_calloc(mi_rows * mi_cols, sizeof(*cr->map));
56 if (cr->map == NULL) {
57 vpx_free(cr);
61 return cr;
64 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr) { argument
65 vpx_free(cr
94 candidate_refresh_aq(const CYCLIC_REFRESH *cr, const MB_MODE_INFO *mbmi, BLOCK_SIZE bsize, int use_rd) argument
133 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; local
182 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; local
316 vp9_cyclic_refresh_set_rate_and_dist_sb(CYCLIC_REFRESH *cr, int64_t rate_sb, int64_t dist_sb) argument
322 vp9_cyclic_refresh_get_rdmult(const CYCLIC_REFRESH *cr) argument
[all...]
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_script.cpp180 char *nl, *cr; local
183 while ( NULL != (cr = strchr(cmd, '\r'))) {
184 for (char *c = cr; '\0' != *c; c++) {

Completed in 224 milliseconds