Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhevc_mvs.c225 int x, y, x_pu, y_pu; in temporal_luma_motion_vector() local
253 y_pu = y >> s->ps.sps->log2_min_pu_size; in temporal_luma_motion_vector()
254 temp_col = TAB_MVF(x_pu, y_pu); in temporal_luma_motion_vector()
267 y_pu = y >> s->ps.sps->log2_min_pu_size; in temporal_luma_motion_vector()
268 temp_col = TAB_MVF(x_pu, y_pu); in temporal_luma_motion_vector()
H A Dhevc_filter.c467 int x_pu, y_pu; in get_pcm() local
473 y_pu = y >> log2_min_pu_size; in get_pcm()
475 if (x_pu >= s->ps.sps->min_pu_width || y_pu >= s->ps.sps->min_pu_height) in get_pcm()
477 return s->is_pcm[y_pu * s->ps.sps->min_pu_width + x_pu]; in get_pcm()
795 int y_pu = (y0 + i) >> log2_min_pu_size; in ff_hevc_deblocking_boundary_strengths() local
797 MvField *left = &tab_mvf[y_pu * min_pu_width + xp_pu]; in ff_hevc_deblocking_boundary_strengths()
798 MvField *curr = &tab_mvf[y_pu * min_pu_width + xq_pu]; in ff_hevc_deblocking_boundary_strengths()
832 int y_pu = (y0 + j) >> log2_min_pu_size; in ff_hevc_deblocking_boundary_strengths() local
837 MvField *left = &tab_mvf[y_pu * min_pu_width + xp_pu]; in ff_hevc_deblocking_boundary_strengths()
838 MvField *curr = &tab_mvf[y_pu * min_pu_widt in ff_hevc_deblocking_boundary_strengths()
[all...]
H A Dhevcdec.c1888 int x_pu, y_pu; in hls_prediction_unit() local
1910 y_pu = y0 >> s->ps.sps->log2_min_pu_size; in hls_prediction_unit()
1914 tab_mvf[(y_pu + j) * min_pu_width + x_pu + i] = current_mv; in hls_prediction_unit()
1996 int y_pu = y0 >> s->ps.sps->log2_min_pu_size; in luma_intra_pred_mode() local
2003 s->tab_ipm[(y_pu - 1) * min_pu_width + x_pu] : INTRA_DC; in luma_intra_pred_mode()
2005 s->tab_ipm[y_pu * min_pu_width + x_pu - 1] : INTRA_DC; in luma_intra_pred_mode()
2060 memset(&s->tab_ipm[(y_pu + i) * min_pu_width + x_pu], in luma_intra_pred_mode()
2064 tab_mvf[(y_pu + j) * min_pu_width + x_pu + i].pred_flag = PF_INTRA; in luma_intra_pred_mode()
2166 int y_pu = y0 >> s->ps.sps->log2_min_pu_size; in intra_prediction_unit_default_value() local
2172 memset(&s->tab_ipm[(y_pu in intra_prediction_unit_default_value()
[all...]

Completed in 8 milliseconds