Searched refs:cbf_luma (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_filter.c | 761 uint8_t top_cbf_luma = s->cbf_luma[yp_tu * min_tu_width + x_tu]; in ff_hevc_deblocking_boundary_strengths() 762 uint8_t curr_cbf_luma = s->cbf_luma[yq_tu * min_tu_width + x_tu]; in ff_hevc_deblocking_boundary_strengths() 799 uint8_t left_cbf_luma = s->cbf_luma[y_tu * min_tu_width + xp_tu]; in ff_hevc_deblocking_boundary_strengths() 800 uint8_t curr_cbf_luma = s->cbf_luma[y_tu * min_tu_width + xq_tu]; in ff_hevc_deblocking_boundary_strengths()
|
H A D | hevcdec.c | 76 av_freep(&s->cbf_luma); in pic_arrays_free() 118 s->cbf_luma = av_malloc_array(sps->min_tb_width, sps->min_tb_height); in pic_arrays_init() 121 if (!s->tab_ipm || !s->cbf_luma || !s->is_pcm) in pic_arrays_init() 1102 int blk_idx, int cbf_luma, int *cbf_cb, int *cbf_cr) in hls_transform_unit() 1115 if (cbf_luma || cbf_cb[0] || cbf_cr[0] || in hls_transform_unit() 1183 if (cbf_luma) in hls_transform_unit() 1188 lc->tu.cross_pf = (s->ps.pps->cross_component_prediction_enabled_flag && cbf_luma && in hls_transform_unit() 1410 int cbf_luma = 1; in hls_transform_tree() local 1415 cbf_luma = ff_hevc_cbf_luma_decode(s, trafo_depth); in hls_transform_tree() 1420 blk_idx, cbf_luma, cbf_c in hls_transform_tree() 1099 hls_transform_unit(HEVCContext *s, int x0, int y0, int xBase, int yBase, int cb_xBase, int cb_yBase, int log2_cb_size, int log2_trafo_size, int blk_idx, int cbf_luma, int *cbf_cb, int *cbf_cr) hls_transform_unit() argument [all...] |
H A D | hevcdec.h | 540 uint8_t *cbf_luma; // cbf_luma of colocated TU member
|
Completed in 8 milliseconds