Searched refs:update_pos (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/modules/sksg/samples/ |
H A D | SampleSVGPong.cpp | 70 void update_pos(const sk_sp<sksg::RRect>& rr, const SkPoint& pos) { in update_pos() function 240 update_pos(objectNode, corner); in updateDom() 247 update_pos(shadowNode, shadowCorner); in updateDom()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp8.c | 2348 #define update_pos(td, mb_y, mb_x) \ macro 2366 #define update_pos(td, mb_y, mb_x) while(0) macro 2489 update_pos(td, mb_y, s->mb_width + 3); in decode_mb_row_no_filter() 2491 update_pos(td, mb_y, mb_x); in decode_mb_row_no_filter() 2564 update_pos(td, mb_y, (s->mb_width + 3) + mb_x); in filter_mb_row() 2598 update_pos(td, s->mb_height, INT_MAX & 0xFFFF); in vp78_decode_mb_row_sliced() 2603 update_pos(td, mb_y, INT_MAX & 0xFFFF); in vp78_decode_mb_row_sliced()
|
/third_party/ffmpeg/libavformat/ |
H A D | matroskadec.c | 1255 int res, update_pos = 1, level_check; in ebml_parse() local 1305 update_pos = 0; /* Don't update resync_pos as an error might have happened. */ in ebml_parse() 1369 update_pos = -1; in ebml_parse() 1417 if (update_pos) { in ebml_parse() 1437 if (update_pos > 0) { in ebml_parse()
|
Completed in 12 milliseconds