Home
last modified time | relevance | path

Searched refs:skip_flag (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dindeo3.c346 if (cell->mv_ptr || !skip_flag) \
439 int skip_flag = 0, is_top_of_cell, is_first_row = 1; in decode_cell_data() local
498 skip_flag = 0; in decode_cell_data()
520 skip_flag = code & 0x20; in decode_cell_data()
522 if (mode >= 10 || (cell->mv_ptr || !skip_flag)) { in decode_cell_data()
531 skip_flag = 1; in decode_cell_data()
H A Dhevcdec.c72 av_freep(&s->skip_flag); in pic_arrays_free()
113 s->skip_flag = av_malloc_array(sps->min_cb_height, sps->min_cb_width); in pic_arrays_init()
115 if (!s->skip_flag || !s->tab_ct_depth) in pic_arrays_init()
1891 int skip_flag = SAMPLE_CTB(s->skip_flag, x_cb, y_cb); in hls_prediction_unit() local
1893 if (!skip_flag) in hls_prediction_unit()
1896 if (skip_flag || lc->pu.merge_flag) { in hls_prediction_unit()
2198 SAMPLE_CTB(s->skip_flag, x_cb, y_cb) = 0; in hls_coding_unit()
2209 uint8_t skip_flag = ff_hevc_skip_flag_decode(s, x0, y0, x_cb, y_cb); in hls_coding_unit() local
2213 memset(&s->skip_flag[ in hls_coding_unit()
[all...]
H A Dhevcdec.h535 uint8_t *skip_flag; member
H A Dhevc_cabac.c47 3, // skip_flag
102 6, // skip_flag
157 // skip_flag
234 // skip_flag
311 // skip_flag
633 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/skia/third_party/externals/harfbuzz/src/
H A 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

Completed in 16 milliseconds