Home
last modified time | relevance | path

Searched refs:y_pu (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_filter.c458 int x_pu, y_pu; in get_pcm() local
464 y_pu = y >> log2_min_pu_size; in get_pcm()
466 if (x_pu >= s->ps.sps->min_pu_width || y_pu >= s->ps.sps->min_pu_height) in get_pcm()
468 return s->is_pcm[y_pu * s->ps.sps->min_pu_width + x_pu]; in get_pcm()
786 int y_pu = (y0 + i) >> log2_min_pu_size; in ff_hevc_deblocking_boundary_strengths() local
788 MvField *left = &tab_mvf[y_pu * min_pu_width + xp_pu]; in ff_hevc_deblocking_boundary_strengths()
789 MvField *curr = &tab_mvf[y_pu * min_pu_width + xq_pu]; in ff_hevc_deblocking_boundary_strengths()
823 int y_pu = (y0 + j) >> log2_min_pu_size; in ff_hevc_deblocking_boundary_strengths() local
828 MvField *left = &tab_mvf[y_pu * min_pu_width + xp_pu]; in ff_hevc_deblocking_boundary_strengths()
829 MvField *curr = &tab_mvf[y_pu * min_pu_width + xq_pu]; in ff_hevc_deblocking_boundary_strengths()
Dhevc_mvs.c224 int x, y, x_pu, y_pu; in temporal_luma_motion_vector() local
252 y_pu = y >> s->ps.sps->log2_min_pu_size; in temporal_luma_motion_vector()
253 temp_col = TAB_MVF(x_pu, y_pu); in temporal_luma_motion_vector()
266 y_pu = y >> s->ps.sps->log2_min_pu_size; in temporal_luma_motion_vector()
267 temp_col = TAB_MVF(x_pu, y_pu); in temporal_luma_motion_vector()
Dhevcdec.c1865 int x_pu, y_pu; in hls_prediction_unit() local
1887 y_pu = y0 >> s->ps.sps->log2_min_pu_size; in hls_prediction_unit()
1891 tab_mvf[(y_pu + j) * min_pu_width + x_pu + i] = current_mv; in hls_prediction_unit()
1973 int y_pu = y0 >> s->ps.sps->log2_min_pu_size; in luma_intra_pred_mode() local
1980 s->tab_ipm[(y_pu - 1) * min_pu_width + x_pu] : INTRA_DC; in luma_intra_pred_mode()
1982 s->tab_ipm[y_pu * min_pu_width + x_pu - 1] : INTRA_DC; in luma_intra_pred_mode()
2037 memset(&s->tab_ipm[(y_pu + i) * min_pu_width + x_pu], in luma_intra_pred_mode()
2041 tab_mvf[(y_pu + j) * min_pu_width + x_pu + i].pred_flag = PF_INTRA; in luma_intra_pred_mode()
2143 int y_pu = y0 >> s->ps.sps->log2_min_pu_size; in intra_prediction_unit_default_value() local
2149 memset(&s->tab_ipm[(y_pu + j) * min_pu_width + x_pu], INTRA_DC, size_in_pus); in intra_prediction_unit_default_value()
[all …]