Home
last modified time | relevance | path

Searched refs:min_cb_width (Results 1 – 25 of 50) sorted by relevance

12

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dhevc_filter.c87 int min_cb_width = s->sps->min_cb_width; in get_qPy_pred() local
108 qPy_a = s->qp_y_tab[(x_cb - 1) + y_cb * min_cb_width]; in get_qPy_pred()
114 qPy_b = s->qp_y_tab[x_cb + (y_cb - 1) * min_cb_width]; in get_qPy_pred()
139 return s->qp_y_tab[x + y * s->sps->min_cb_width]; in get_qPy()
H A Dhevc_cabac.c659 int min_cb_width = s->sps->min_cb_width; in ff_hevc_skip_flag_decode() local
732 depth_left = s->tab_ct_depth[(y_cb) * s->sps->min_cb_width + x_cb - 1]; in ff_hevc_split_coding_unit_flag_decode()
734 depth_top = s->tab_ct_depth[(y_cb - 1) * s->sps->min_cb_width + x_cb]; in ff_hevc_split_coding_unit_flag_decode()
H A Dhevc.c100 s->skip_flag = av_malloc(sps->min_cb_height * sps->min_cb_width); in pic_arrays_init()
101 s->tab_ct_depth = av_malloc_array(sps->min_cb_height, sps->min_cb_width); in pic_arrays_init()
1603 int min_cb_width = s->sps->min_cb_width; in hls_prediction_unit() local
1854 memset(&s->tab_ct_depth[(y_cb + y) * s->sps->min_cb_width + x_cb], in set_ct_depth()
1959 int min_cb_width = s->sps->min_cb_width; in hls_coding_unit() local
1987 x = y_cb * min_cb_width + x_cb; in hls_coding_unit()
1990 x += min_cb_width; in hls_coding_unit()
1994 x = y_cb * min_cb_width + x_cb; in hls_coding_unit()
1997 x += min_cb_width; in hls_coding_unit()
2098 x = y_cb * min_cb_width + x_cb; in hls_coding_unit()
[all …]
H A Dhevc.h83 #define SAMPLE_CTB(tab, x, y) ((tab)[(y) * min_cb_width + (x)])
472 int min_cb_width; member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dhevc_filter.c87 int min_cb_width = s->sps->min_cb_width; in get_qPy_pred() local
108 qPy_a = s->qp_y_tab[(x_cb - 1) + y_cb * min_cb_width]; in get_qPy_pred()
114 qPy_b = s->qp_y_tab[x_cb + (y_cb - 1) * min_cb_width]; in get_qPy_pred()
139 return s->qp_y_tab[x + y * s->sps->min_cb_width]; in get_qPy()
H A Dhevc_cabac.c659 int min_cb_width = s->sps->min_cb_width; in ff_hevc_skip_flag_decode() local
732 depth_left = s->tab_ct_depth[(y_cb) * s->sps->min_cb_width + x_cb - 1]; in ff_hevc_split_coding_unit_flag_decode()
734 depth_top = s->tab_ct_depth[(y_cb - 1) * s->sps->min_cb_width + x_cb]; in ff_hevc_split_coding_unit_flag_decode()
H A Dhevc.c100 s->skip_flag = av_malloc(sps->min_cb_height * sps->min_cb_width); in pic_arrays_init()
101 s->tab_ct_depth = av_malloc_array(sps->min_cb_height, sps->min_cb_width); in pic_arrays_init()
1603 int min_cb_width = s->sps->min_cb_width; in hls_prediction_unit() local
1854 memset(&s->tab_ct_depth[(y_cb + y) * s->sps->min_cb_width + x_cb], in set_ct_depth()
1959 int min_cb_width = s->sps->min_cb_width; in hls_coding_unit() local
1987 x = y_cb * min_cb_width + x_cb; in hls_coding_unit()
1990 x += min_cb_width; in hls_coding_unit()
1994 x = y_cb * min_cb_width + x_cb; in hls_coding_unit()
1997 x += min_cb_width; in hls_coding_unit()
2098 x = y_cb * min_cb_width + x_cb; in hls_coding_unit()
[all …]
H A Dhevc.h83 #define SAMPLE_CTB(tab, x, y) ((tab)[(y) * min_cb_width + (x)])
472 int min_cb_width; member
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dhevc_cabac.c627 int min_cb_width = s->ps.sps->min_cb_width; in ff_hevc_skip_flag_decode() local
702 depth_left = s->tab_ct_depth[(y_cb) * s->ps.sps->min_cb_width + x_cb - 1]; in ff_hevc_split_coding_unit_flag_decode()
704 depth_top = s->tab_ct_depth[(y_cb - 1) * s->ps.sps->min_cb_width + x_cb]; in ff_hevc_split_coding_unit_flag_decode()
H A Dhevc_filter.c86 int min_cb_width = s->ps.sps->min_cb_width; in get_qPy_pred() local
107 qPy_a = s->qp_y_tab[(x_cb - 1) + y_cb * min_cb_width]; in get_qPy_pred()
113 qPy_b = s->qp_y_tab[x_cb + (y_cb - 1) * min_cb_width]; in get_qPy_pred()
138 return s->qp_y_tab[x + y * s->ps.sps->min_cb_width]; in get_qPy()
H A Dhevc_ps.h232 int min_cb_width; member
/dports/graphics/libbpg/libbpg-0.9.8/libavcodec/
H A Dhevc_cabac.c659 int min_cb_width = s->sps->min_cb_width; in ff_hevc_skip_flag_decode() local
732 depth_left = s->tab_ct_depth[(y_cb) * s->sps->min_cb_width + x_cb - 1]; in ff_hevc_split_coding_unit_flag_decode()
734 depth_top = s->tab_ct_depth[(y_cb - 1) * s->sps->min_cb_width + x_cb]; in ff_hevc_split_coding_unit_flag_decode()
H A Dhevc_filter.c87 int min_cb_width = s->sps->min_cb_width; in get_qPy_pred() local
108 qPy_a = s->qp_y_tab[(x_cb - 1) + y_cb * min_cb_width]; in get_qPy_pred()
114 qPy_b = s->qp_y_tab[x_cb + (y_cb - 1) * min_cb_width]; in get_qPy_pred()
139 return s->qp_y_tab[x + y * s->sps->min_cb_width]; in get_qPy()
H A Dhevc.c101 s->skip_flag = av_malloc(sps->min_cb_height * sps->min_cb_width); in pic_arrays_init()
102 s->tab_ct_depth = av_malloc_array(sps->min_cb_height, sps->min_cb_width); in pic_arrays_init()
1666 int min_cb_width = s->sps->min_cb_width; in hls_prediction_unit() local
1935 memset(&s->tab_ct_depth[(y_cb + y) * s->sps->min_cb_width + x_cb], in set_ct_depth()
2044 int min_cb_width = s->sps->min_cb_width; in hls_coding_unit() local
2075 x = y_cb * min_cb_width + x_cb; in hls_coding_unit()
2078 x += min_cb_width; in hls_coding_unit()
2084 x = y_cb * min_cb_width + x_cb; in hls_coding_unit()
2087 x += min_cb_width; in hls_coding_unit()
2199 x = y_cb * min_cb_width + x_cb; in hls_coding_unit()
[all …]
H A Dhevc.h94 #define SAMPLE_CTB(tab, x, y) ((tab)[(y) * min_cb_width + (x)])
483 int min_cb_width; member
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dhevc_cabac.c627 int min_cb_width = s->ps.sps->min_cb_width; in ff_hevc_skip_flag_decode() local
702 depth_left = s->tab_ct_depth[(y_cb) * s->ps.sps->min_cb_width + x_cb - 1]; in ff_hevc_split_coding_unit_flag_decode()
704 depth_top = s->tab_ct_depth[(y_cb - 1) * s->ps.sps->min_cb_width + x_cb]; in ff_hevc_split_coding_unit_flag_decode()
H A Dhevc_filter.c86 int min_cb_width = s->ps.sps->min_cb_width; in get_qPy_pred() local
107 qPy_a = s->qp_y_tab[(x_cb - 1) + y_cb * min_cb_width]; in get_qPy_pred()
113 qPy_b = s->qp_y_tab[x_cb + (y_cb - 1) * min_cb_width]; in get_qPy_pred()
138 return s->qp_y_tab[x + y * s->ps.sps->min_cb_width]; in get_qPy()
H A Dhevc_ps.h232 int min_cb_width; member
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dhevc_cabac.c620 int min_cb_width = s->ps.sps->min_cb_width; in ff_hevc_skip_flag_decode() local
695 depth_left = s->tab_ct_depth[(y_cb) * s->ps.sps->min_cb_width + x_cb - 1]; in ff_hevc_split_coding_unit_flag_decode()
697 depth_top = s->tab_ct_depth[(y_cb - 1) * s->ps.sps->min_cb_width + x_cb]; in ff_hevc_split_coding_unit_flag_decode()
H A Dhevc_filter.c86 int min_cb_width = s->ps.sps->min_cb_width; in get_qPy_pred() local
107 qPy_a = s->qp_y_tab[(x_cb - 1) + y_cb * min_cb_width]; in get_qPy_pred()
113 qPy_b = s->qp_y_tab[x_cb + (y_cb - 1) * min_cb_width]; in get_qPy_pred()
138 return s->qp_y_tab[x + y * s->ps.sps->min_cb_width]; in get_qPy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dhevc_cabac.c620 int min_cb_width = s->ps.sps->min_cb_width; in ff_hevc_skip_flag_decode() local
695 depth_left = s->tab_ct_depth[(y_cb) * s->ps.sps->min_cb_width + x_cb - 1]; in ff_hevc_split_coding_unit_flag_decode()
697 depth_top = s->tab_ct_depth[(y_cb - 1) * s->ps.sps->min_cb_width + x_cb]; in ff_hevc_split_coding_unit_flag_decode()
H A Dhevc_filter.c86 int min_cb_width = s->ps.sps->min_cb_width; in get_qPy_pred() local
107 qPy_a = s->qp_y_tab[(x_cb - 1) + y_cb * min_cb_width]; in get_qPy_pred()
113 qPy_b = s->qp_y_tab[x_cb + (y_cb - 1) * min_cb_width]; in get_qPy_pred()
138 return s->qp_y_tab[x + y * s->ps.sps->min_cb_width]; in get_qPy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dhevc_cabac.c620 int min_cb_width = s->ps.sps->min_cb_width; in ff_hevc_skip_flag_decode() local
695 depth_left = s->tab_ct_depth[(y_cb) * s->ps.sps->min_cb_width + x_cb - 1]; in ff_hevc_split_coding_unit_flag_decode()
697 depth_top = s->tab_ct_depth[(y_cb - 1) * s->ps.sps->min_cb_width + x_cb]; in ff_hevc_split_coding_unit_flag_decode()
H A Dhevc_filter.c86 int min_cb_width = s->ps.sps->min_cb_width; in get_qPy_pred() local
107 qPy_a = s->qp_y_tab[(x_cb - 1) + y_cb * min_cb_width]; in get_qPy_pred()
113 qPy_b = s->qp_y_tab[x_cb + (y_cb - 1) * min_cb_width]; in get_qPy_pred()
138 return s->qp_y_tab[x + y * s->ps.sps->min_cb_width]; in get_qPy()
H A Dhevc_ps.h232 int min_cb_width; member

12