Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c796 int y_tu = (y0 + i) >> log2_min_tu_size; in ff_hevc_deblocking_boundary_strengths() local
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 Dhevcdec.c1429 int y_tu = (y0 + i) >> log2_min_tu_size; in hls_transform_tree() local
1430 s->cbf_luma[y_tu * min_tu_width + x_tu] = 1; in hls_transform_tree()

Completed in 8 milliseconds