Home
last modified time | relevance | path

Searched refs:skip_flag (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dindeo3.c344 if (cell->mv_ptr || !skip_flag) \
437 int skip_flag = 0, is_top_of_cell, is_first_row = 1; in decode_cell_data() local
496 skip_flag = 0; in decode_cell_data()
518 skip_flag = code & 0x20; in decode_cell_data()
520 if (mode >= 10 || (cell->mv_ptr || !skip_flag)) { in decode_cell_data()
529 skip_flag = 1; in decode_cell_data()
Dhevcdec.c65 av_freep(&s->skip_flag); in pic_arrays_free()
106 s->skip_flag = av_malloc_array(sps->min_cb_height, sps->min_cb_width); in pic_arrays_init()
108 if (!s->skip_flag || !s->tab_ct_depth) in pic_arrays_init()
1868 int skip_flag = SAMPLE_CTB(s->skip_flag, x_cb, y_cb); in hls_prediction_unit() local
1870 if (!skip_flag) in hls_prediction_unit()
1873 if (skip_flag || lc->pu.merge_flag) { in hls_prediction_unit()
2175 SAMPLE_CTB(s->skip_flag, x_cb, y_cb) = 0; in hls_coding_unit()
2186 uint8_t skip_flag = ff_hevc_skip_flag_decode(s, x0, y0, x_cb, y_cb); in hls_coding_unit() local
2190 memset(&s->skip_flag[x], skip_flag, length); in hls_coding_unit()
2193 lc->cu.pred_mode = skip_flag ? MODE_SKIP : MODE_INTER; in hls_coding_unit()
[all …]
Dhevcdec.h535 uint8_t *skip_flag; member
Dhevc_cabac.c633 inc = !!SAMPLE_CTB(s->skip_flag, x_cb - 1, y_cb); in ff_hevc_skip_flag_decode()
635 inc += !!SAMPLE_CTB(s->skip_flag, x_cb, y_cb - 1); in ff_hevc_skip_flag_decode()
/third_party/harfbuzz/src/
Dhb-subset-cff-common.hh324 skip_flag = false; in init()
335 bool for_skip () const { return skip_flag; } in for_skip()
336 void set_skip () { skip_flag = true; } in set_skip()
343 bool skip_flag : 1; member
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-subset-cff-common.hh375 skip_flag = false; in init()
386 bool for_skip () const { return skip_flag; } in for_skip()
387 void set_skip () { skip_flag = true; } in set_skip()
394 bool skip_flag : 1; member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-subset-cff-common.hh327 skip_flag = false; in init()
338 bool for_skip () const { return skip_flag; } in for_skip()
339 void set_skip () { skip_flag = true; } in set_skip()
346 bool skip_flag : 1; member
/third_party/chromium/patch/
D0001-cve.patch42366 skip_flag = false;