Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_filter.c749 int x_tu = (x0 + i) >> log2_min_tu_size; in ff_hevc_deblocking_boundary_strengths() local
752 uint8_t top_cbf_luma = s->cbf_luma[yp_tu * min_tu_width + x_tu]; in ff_hevc_deblocking_boundary_strengths()
753 uint8_t curr_cbf_luma = s->cbf_luma[yq_tu * min_tu_width + x_tu]; in ff_hevc_deblocking_boundary_strengths()
Dhevcdec.c1408 int x_tu = (x0 + j) >> 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()