Home
last modified time | relevance | path

Searched refs:x_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
463 x_pu = x >> 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()
748 int x_pu = (x0 + i) >> log2_min_pu_size; in ff_hevc_deblocking_boundary_strengths() local
750 MvField *top = &tab_mvf[yp_pu * min_pu_width + x_pu]; in ff_hevc_deblocking_boundary_strengths()
751 MvField *curr = &tab_mvf[yq_pu * min_pu_width + x_pu]; in ff_hevc_deblocking_boundary_strengths()
812 int x_pu = (x0 + i) >> log2_min_pu_size; in ff_hevc_deblocking_boundary_strengths() local
813 MvField *top = &tab_mvf[yp_pu * min_pu_width + x_pu]; in ff_hevc_deblocking_boundary_strengths()
814 MvField *curr = &tab_mvf[yq_pu * min_pu_width + x_pu]; in ff_hevc_deblocking_boundary_strengths()
Dhevc_mvs.c224 int x, y, x_pu, y_pu; in temporal_luma_motion_vector() local
251 x_pu = x >> 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()
265 x_pu = x >> 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
1886 x_pu = x0 >> 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()
1972 int x_pu = x0 >> 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()
2142 int x_pu = x0 >> 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 …]