Home
last modified time | relevance | path

Searched refs:y_tu (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_filter.c787 int y_tu = (y0 + i) >> log2_min_tu_size; in ff_hevc_deblocking_boundary_strengths() local
790 uint8_t left_cbf_luma = s->cbf_luma[y_tu * min_tu_width + xp_tu]; in ff_hevc_deblocking_boundary_strengths()
791 uint8_t curr_cbf_luma = s->cbf_luma[y_tu * min_tu_width + xq_tu]; in ff_hevc_deblocking_boundary_strengths()
Dhevcdec.c1409 int y_tu = (y0 + i) >> log2_min_tu_size; in hls_transform_tree() local
1410 s->cbf_luma[y_tu * min_tu_width + x_tu] = 1; in hls_transform_tree()