Searched defs:rc (Results 226 - 250 of 723) sorted by relevance

1234567891011>>

/external/chromium_org/pdf/
H A Dprogress_control.cc70 pp::Rect rc(pp::Point(), ctrl_size);
71 Control::SetRect(rc, false);
138 void ProgressControl::Paint(pp::ImageData* image_data, const pp::Rect& rc) { argument
142 pp::Rect draw_rc = rect().Intersect(rc);
H A Dthumbnail_control.cc42 uint32 id, const pp::Rect& rc,
47 sliding_width_ = rc.width();
49 return Control::Create(id, rc, visible, owner);
140 void ThumbnailControl::Paint(pp::ImageData* image_data, const pp::Rect& rc) { argument
148 pp::Rect draw_rc = rc.Intersect(control_rc);
41 CreateThumbnailControl( uint32 id, const pp::Rect& rc, bool visible, Owner* owner, PDFEngine* engine, NumberImageGenerator* number_image_generator) argument
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dtrap.cc181 intptr_t rc; local
191 rc = Syscall::Call(SECCOMP_SYSCALL(ctx),
201 rc = Syscall::Call(SECCOMP_SYSCALL(ctx),
231 rc = trap.fnc(data, const_cast<void*>(trap.aux));
237 Syscall::PutValueInUcontext(rc, ctx);
/external/chromium_org/third_party/icu/source/common/
H A Dpropname.cpp93 int32_t rc, r1, r2; local
106 rc=(r1&0xff)-(r2&0xff);
107 if(rc!=0) {
108 return rc;
119 int32_t rc, r1, r2; local
132 rc=(r1&0xff)-(r2&0xff);
133 if(rc!=0) {
134 return rc;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnfsprep.c153 int left, middle, right,rc; local
160 rc=strncmp(sortedArr[middle],target, targetLen);
162 if(rc<0){
164 }else if(rc >0){
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnormconf.cpp427 int32_t rc; local
430 rc=Normalizer::compare(field[0], field[2], (options<<UNORM_COMPARE_NORM_OPTIONS_SHIFT)|U_COMPARE_IGNORE_CASE, status);
434 } else if(rc!=0) {
435 errln("Normalizer::compare(original, NFD, case-insensitive) returned %d instead of 0 for equal", rc);
H A Dsimplethread.cpp369 int32_t rc; local
379 rc = pthread_attr_create(&attr);
382 rc = pthread_create(&(imp->fThread),attr,&SimpleThreadProc,(void*)this);
385 rc = pthread_attr_init(&attr);
401 rc = pthread_create(&(imp->fThread),&attr,&SimpleThreadProc,(void*)this);
404 if (rc != 0) {
410 return rc;
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Daes.c1365 gf2_8 rc; local
1368 rc = 1;
1383 expanded_key->round[i].v8[0] = aes_sbox[expanded_key->round[i-1].v8[13]] ^ rc;
1408 rc = gf2_8_shift(rc);
1417 gf2_8 rc; local
1420 rc = 1;
1439 expanded_key->round[i].v8[0] = aes_sbox[expanded_key->round[i-1].v8[13]] ^ rc;
1445 rc = gf2_8_shift(rc);
[all...]
/external/chromium_org/third_party/libsrtp/srtp/include/
H A Dsrtp_priv.h115 unsigned char rc:5; /* reception report count */ member in struct:__anon12840
136 unsigned char rc:5; /* reception report count */ member in struct:__anon12842
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dvpx_temporal_svc_encoder.c72 static void set_rate_control_metrics(struct RateControlMetrics *rc, argument
78 rc->layer_framerate[0] = framerate / cfg->ts_rate_decimator[0];
79 rc->layer_pfb[0] = 1000.0 * cfg->ts_target_bitrate[0] /
80 rc->layer_framerate[0];
83 rc->layer_framerate[i] = framerate / cfg->ts_rate_decimator[i];
84 rc->layer_pfb[i] = 1000.0 *
86 (rc->layer_framerate[i] - rc->layer_framerate[i - 1]);
88 rc->layer_input_frames[i] = 0;
89 rc
97 printout_rate_control_summary(struct RateControlMetrics *rc, vpx_codec_enc_cfg_t *cfg, int frame_cnt) argument
462 struct RateControlMetrics rc; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemv.c229 unsigned int rc,
245 (void) rc;
223 write_component_probs( vp8_writer *const w, struct mv_context *cur_mvc, const struct mv_context *default_mvc_, const struct mv_context *update_mvc, const unsigned int events [MVvals], unsigned int rc, int *updated ) argument
H A Dethreading.c524 int rc = 0; local
574 rc = pthread_create(&cpi->h_encoding_thread[ithread], 0,
576 if(rc)
580 if(rc)
608 rc = pthread_create(&cpi->h_filter_thread, 0, thread_loopfilter,
611 if(rc)
H A Dquantize.c21 int i, rc, eob; local
33 rc = vp8_default_zig_zag1d[i];
34 z = coeff_ptr[rc];
39 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; /* quantize (x) */
41 qcoeff_ptr[rc] = x; /* write to destination */
42 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
54 int i, rc, eob; local
75 rc
[all...]
H A Dtokenize.c118 int band, rc, v, token; local
156 rc = vp8_default_zig_zag1d[c];
158 v = qcoeff_ptr[rc];
209 int band, rc, v; local
257 rc = vp8_default_zig_zag1d[c];
259 v = qcoeff_ptr[rc];
330 rc = vp8_default_zig_zag1d[c];
332 v = qcoeff_ptr[rc];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c70 const RATE_CONTROL *rc) {
82 if (rc->avg_frame_bandwidth < factor * number_blocks ||
181 const RATE_CONTROL *const rc = &cpi->rc; local
185 const int apply_cyclic_refresh = apply_cyclic_refresh_bitrate(cm, rc);
211 cr->thresh_rate_sb = (rc->sb64_target_rate * 256) >> 2;
217 cr->thresh_rate_sb = (rc->sb64_target_rate * 256) >> 3;
243 qindex_delta = vp9_compute_qdelta_by_rate(rc, cm->frame_type,
69 apply_cyclic_refresh_bitrate(const VP9_COMMON *cm, const RATE_CONTROL *rc) argument
H A Dvp9_svc_layercontext.c35 RATE_CONTROL *const lrc = &lc->rc;
90 const RATE_CONTROL *const rc = &cpi->rc; local
103 RATE_CONTROL *const lrc = &lc->rc;
113 (int64_t)(rc->starting_buffer_level * bitrate_alloc);
115 (int64_t)(rc->optimal_buffer_level * bitrate_alloc);
117 (int64_t)(rc->maximum_buffer_size * bitrate_alloc);
127 lrc->max_frame_bandwidth = rc->max_frame_bandwidth;
129 lrc->worst_quality = rc->worst_quality;
130 lrc->best_quality = rc
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_rgb9e5.h106 float rc, gc, bc; local
110 rc = rgb9e5_ClampRange(rgb[0]);
114 maxrgb = MAX3(rc, gc, bc);
130 rm = (int) floor(rc / denom + 0.5);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_frag.c81 #define INIT_COMBINER(chan, ctx, rc, i) do { \
84 (rc)->ctx = ctx; \
85 (rc)->unit = i; \
86 (rc)->premodulate = c->_NumArgs##chan == 4; \
87 (rc)->mode = c->Mode##chan; \
88 (rc)->source = c->Source##chan; \
89 (rc)->operand = c->Operand##chan; \
90 (rc)->logscale = c->ScaleShift##chan; \
91 (rc)->in = (rc)
97 get_input_source(struct combiner_state *rc, int source) argument
141 get_input_mapping(struct combiner_state *rc, int operand, int flags) argument
163 get_input_arg(struct combiner_state *rc, int arg, int flags) argument
218 setup_combiner(struct combiner_state *rc) argument
333 struct combiner_state rc = {}; local
[all...]
/external/chromium_org/third_party/npapi/npspy/windows/
H A Dgui_main.cpp125 RECT rc; local
126 if(GetWindowRect(hWnd, &rc))
127 profile.setSizeAndPosition(rc.right - rc.left, rc.bottom - rc.top, rc.left, rc.top);
/external/chromium_org/third_party/skia/src/core/
H A DSkRasterClip.h118 SkAutoRasterClipValidate(const SkRasterClip& rc) : fRC(rc) { argument
130 #define AUTO_RASTERCLIP_VALIDATE(rc) SkAutoRasterClipValidate arcv(rc)
132 #define AUTO_RASTERCLIP_VALIDATE(rc)
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_tokenizer.c157 int rc; local
175 rc = SQLITE_ERROR;
194 rc = m->xCreate(iArg, aArg, ppTok);
195 assert( rc!=SQLITE_OK || *ppTok );
196 if( rc!=SQLITE_OK ){
205 return rc;
334 int rc; local
338 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, 0);
339 if( rc!=SQLITE_OK ){
340 return rc;
356 int rc; local
401 int rc; local
453 int rc = SQLITE_OK; local
[all...]
/external/chromium_org/third_party/sqlite/src/ext/icu/
H A Dicu.c422 int rc; /* Return code from sqlite3_create_collation_x() */ local
439 rc = sqlite3_create_collation_v2(db, zName, SQLITE_UTF16, (void *)pUCollator,
442 if( rc!=SQLITE_OK ){
477 int rc = SQLITE_OK; local
480 for(i=0; rc==SQLITE_OK && i<(int)(sizeof(scalars)/sizeof(scalars[0])); i++){
482 rc = sqlite3_create_function(
487 return rc;
/external/chromium_org/third_party/sqlite/src/src/
H A Dattach.c37 int rc = SQLITE_OK; local
40 rc = sqlite3ResolveExprNames(pName, pExpr);
41 if( rc==SQLITE_OK && !sqlite3ExprIsConstant(pExpr) ){
49 return rc;
69 int rc = 0; local
127 rc = sqlite3BtreeOpen(zFile, db, &aNew->pBt, 0,
130 if( rc==SQLITE_CONSTRAINT ){
131 rc = SQLITE_ERROR;
133 }else if( rc==SQLITE_OK ){
137 rc
297 int rc; local
[all...]
H A Dbitvec.c208 int rc; local
216 rc = sqlite3BitvecSet(p, i);
218 if( aiValues[j] ) rc |= sqlite3BitvecSet(p, aiValues[j]);
221 return rc;
336 int rc = -1; local
388 ** match (rc==0). Change rc to non-zero if a discrepancy
391 rc = sqlite3BitvecTest(0,0) + sqlite3BitvecTest(pBitvec, sz+1)
396 rc = i;
406 return rc;
[all...]
H A Dpcache.c255 int rc; local
256 rc = pCache->xStress(pCache->pStress, pPg);
257 if( rc!=SQLITE_OK && rc!=SQLITE_BUSY ){
258 return rc;

Completed in 2209 milliseconds

1234567891011>>