Home
last modified time | relevance | path

Searched refs:have_left (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/dav1d/src/
H A Denv.h64 if (have_left) { in get_intra_ctx()
162 if (have_left) { in get_comp_ctx()
179 } else if (have_left) { in get_comp_ctx()
194 if (have_top && have_left) { in get_comp_dir_ctx()
296 if (have_left && !l->intra[yb4]) { in av1_get_ref_ctx()
316 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_ctx()
339 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_1_ctx()
359 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_2_ctx()
379 if (have_left && !l->intra[yb4]) { in av1_get_bwd_ref_ctx()
401 if (have_left && !l->intra[yb4]) { in av1_get_bwd_ref_1_ctx()
[all …]
H A Dipred_prepare_tmpl.c76 bytefn(dav1d_prepare_intra_edges)(const int x, const int have_left, in bytefn()
106 mode = *angle > 180 && have_left ? Z3_PRED : HOR_PRED; in bytefn()
111 mode = av1_mode_conv[mode][have_left][have_top]; in bytefn()
121 (av1_intra_prediction_edges[mode].needs_left && !have_left))) in bytefn()
134 if (have_left) { in bytefn()
146 const int have_bottomleft = (!have_left || y + th >= h) ? 0 : in bytefn()
172 pixel_set(top, have_left ? dst[-1] : ((1 << bitdepth) >> 1) - 1, sz); in bytefn()
193 if (have_left) in bytefn()
H A Dlf_apply_tmpl.c37 const int have_left, in filter_plane_cols_y() argument
49 if (!have_left && !x) continue; in filter_plane_cols_y()
103 const int have_left, in filter_plane_cols_uv() argument
116 if (!have_left && !x) continue; in filter_plane_cols_uv()
177 int x, have_left; in bytefn() local
266 for (ptr = p[0], have_left = 0, x = 0; x < f->sb128w; in bytefn()
267 x++, have_left = 1, ptr += 128, level_ptr += 32) in bytefn()
269 filter_plane_cols_y(f, have_left, level_ptr, f->b4_stride, in bytefn()
286 for (uv_off = 0, have_left = 0, x = 0; x < f->sb128w; in bytefn()
287 x++, have_left = 1, uv_off += 128 >> ss_hor, level_ptr += 32 >> ss_hor) in bytefn()
[all …]
/dports/multimedia/dav1d/dav1d-99172b11470776177939c3d2bc366fe8d904eab7/src/
H A Denv.h64 if (have_left) { in get_intra_ctx()
162 if (have_left) { in get_comp_ctx()
179 } else if (have_left) { in get_comp_ctx()
194 if (have_top && have_left) { in get_comp_dir_ctx()
296 if (have_left && !l->intra[yb4]) { in av1_get_ref_ctx()
316 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_ctx()
339 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_1_ctx()
359 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_2_ctx()
379 if (have_left && !l->intra[yb4]) { in av1_get_bwd_ref_ctx()
401 if (have_left && !l->intra[yb4]) { in av1_get_bwd_ref_1_ctx()
[all …]
H A Dipred_prepare_tmpl.c76 bytefn(dav1d_prepare_intra_edges)(const int x, const int have_left, in bytefn()
106 mode = *angle > 180 && have_left ? Z3_PRED : HOR_PRED; in bytefn()
111 mode = av1_mode_conv[mode][have_left][have_top]; in bytefn()
121 (av1_intra_prediction_edges[mode].needs_left && !have_left))) in bytefn()
134 if (have_left) { in bytefn()
146 const int have_bottomleft = (!have_left || y + th >= h) ? 0 : in bytefn()
172 pixel_set(top, have_left ? dst[-1] : ((1 << bitdepth) >> 1) - 1, sz); in bytefn()
193 if (have_left) in bytefn()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dav1d/libdav1d/src/
H A Denv.h64 if (have_left) { in get_intra_ctx()
162 if (have_left) { in get_comp_ctx()
179 } else if (have_left) { in get_comp_ctx()
194 if (have_top && have_left) { in get_comp_dir_ctx()
296 if (have_left && !l->intra[yb4]) { in av1_get_ref_ctx()
316 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_ctx()
339 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_1_ctx()
359 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_2_ctx()
379 if (have_left && !l->intra[yb4]) { in av1_get_bwd_ref_ctx()
401 if (have_left && !l->intra[yb4]) { in av1_get_bwd_ref_1_ctx()
[all …]
H A Dipred_prepare_tmpl.c76 bytefn(dav1d_prepare_intra_edges)(const int x, const int have_left, in bytefn()
106 mode = *angle > 180 && have_left ? Z3_PRED : HOR_PRED; in bytefn()
111 mode = av1_mode_conv[mode][have_left][have_top]; in bytefn()
121 (av1_intra_prediction_edges[mode].needs_left && !have_left))) in bytefn()
134 if (have_left) { in bytefn()
146 const int have_bottomleft = (!have_left || y + th >= h) ? 0 : in bytefn()
172 pixel_set(top, have_left ? dst[-1] : ((1 << bitdepth) >> 1) - 1, sz); in bytefn()
193 if (have_left) in bytefn()
H A Dlf_apply_tmpl.c37 const int have_left, in filter_plane_cols_y() argument
49 if (!have_left && !x) continue; in filter_plane_cols_y()
103 const int have_left, in filter_plane_cols_uv() argument
116 if (!have_left && !x) continue; in filter_plane_cols_uv()
177 int x, have_left; in bytefn() local
266 for (ptr = p[0], have_left = 0, x = 0; x < f->sb128w; in bytefn()
267 x++, have_left = 1, ptr += 128, level_ptr += 32) in bytefn()
269 filter_plane_cols_y(f, have_left, level_ptr, f->b4_stride, in bytefn()
286 for (uv_off = 0, have_left = 0, x = 0; x < f->sb128w; in bytefn()
287 x++, have_left = 1, uv_off += 128 >> ss_hor, level_ptr += 32 >> ss_hor) in bytefn()
[all …]
/dports/www/firefox/firefox-99.0/third_party/dav1d/src/
H A Denv.h64 if (have_left) { in get_intra_ctx()
162 if (have_left) { in get_comp_ctx()
179 } else if (have_left) { in get_comp_ctx()
194 if (have_top && have_left) { in get_comp_dir_ctx()
296 if (have_left && !l->intra[yb4]) { in av1_get_ref_ctx()
316 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_ctx()
339 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_1_ctx()
359 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_2_ctx()
379 if (have_left && !l->intra[yb4]) { in av1_get_bwd_ref_ctx()
401 if (have_left && !l->intra[yb4]) { in av1_get_bwd_ref_1_ctx()
[all …]
H A Dipred_prepare_tmpl.c76 bytefn(dav1d_prepare_intra_edges)(const int x, const int have_left, in bytefn()
106 mode = *angle > 180 && have_left ? Z3_PRED : HOR_PRED; in bytefn()
111 mode = av1_mode_conv[mode][have_left][have_top]; in bytefn()
121 (av1_intra_prediction_edges[mode].needs_left && !have_left))) in bytefn()
134 if (have_left) { in bytefn()
146 const int have_bottomleft = (!have_left || y + th >= h) ? 0 : in bytefn()
172 pixel_set(top, have_left ? dst[-1] : ((1 << bitdepth) >> 1) - 1, sz); in bytefn()
193 if (have_left) in bytefn()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/dav1d/src/
H A Denv.h64 if (have_left) { in get_intra_ctx()
162 if (have_left) { in get_comp_ctx()
179 } else if (have_left) { in get_comp_ctx()
194 if (have_top && have_left) { in get_comp_dir_ctx()
296 if (have_left && !l->intra[yb4]) { in av1_get_ref_ctx()
316 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_ctx()
339 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_1_ctx()
359 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_2_ctx()
379 if (have_left && !l->intra[yb4]) { in av1_get_bwd_ref_ctx()
401 if (have_left && !l->intra[yb4]) { in av1_get_bwd_ref_1_ctx()
[all …]
H A Dipred_prepare_tmpl.c76 bytefn(dav1d_prepare_intra_edges)(const int x, const int have_left, in bytefn()
106 mode = *angle > 180 && have_left ? Z3_PRED : HOR_PRED; in bytefn()
111 mode = av1_mode_conv[mode][have_left][have_top]; in bytefn()
121 (av1_intra_prediction_edges[mode].needs_left && !have_left))) in bytefn()
134 if (have_left) { in bytefn()
146 const int have_bottomleft = (!have_left || y + th >= h) ? 0 : in bytefn()
172 pixel_set(top, have_left ? dst[-1] : ((1 << bitdepth) >> 1) - 1, sz); in bytefn()
193 if (have_left) in bytefn()
H A Dlf_apply_tmpl.c37 const int have_left, in filter_plane_cols_y() argument
49 if (!have_left && !x) continue; in filter_plane_cols_y()
103 const int have_left, in filter_plane_cols_uv() argument
116 if (!have_left && !x) continue; in filter_plane_cols_uv()
177 int x, have_left; in bytefn() local
266 for (ptr = p[0], have_left = 0, x = 0; x < f->sb128w; in bytefn()
267 x++, have_left = 1, ptr += 128, level_ptr += 32) in bytefn()
269 filter_plane_cols_y(f, have_left, level_ptr, f->b4_stride, in bytefn()
286 for (uv_off = 0, have_left = 0, x = 0; x < f->sb128w; in bytefn()
287 x++, have_left = 1, uv_off += 128 >> ss_hor, level_ptr += 32 >> ss_hor) in bytefn()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dav1d/libdav1d/src/
H A Denv.h64 if (have_left) { in get_intra_ctx()
162 if (have_left) { in get_comp_ctx()
179 } else if (have_left) { in get_comp_ctx()
194 if (have_top && have_left) { in get_comp_dir_ctx()
296 if (have_left && !l->intra[yb4]) { in av1_get_ref_ctx()
316 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_ctx()
339 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_1_ctx()
359 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_2_ctx()
379 if (have_left && !l->intra[yb4]) { in av1_get_bwd_ref_ctx()
401 if (have_left && !l->intra[yb4]) { in av1_get_bwd_ref_1_ctx()
[all …]
H A Dipred_prepare_tmpl.c76 bytefn(dav1d_prepare_intra_edges)(const int x, const int have_left, in bytefn()
106 mode = *angle > 180 && have_left ? Z3_PRED : HOR_PRED; in bytefn()
111 mode = av1_mode_conv[mode][have_left][have_top]; in bytefn()
121 (av1_intra_prediction_edges[mode].needs_left && !have_left))) in bytefn()
134 if (have_left) { in bytefn()
146 const int have_bottomleft = (!have_left || y + th >= h) ? 0 : in bytefn()
172 pixel_set(top, have_left ? dst[-1] : ((1 << bitdepth) >> 1) - 1, sz); in bytefn()
193 if (have_left) in bytefn()
H A Dlf_apply_tmpl.c37 const int have_left, in filter_plane_cols_y() argument
49 if (!have_left && !x) continue; in filter_plane_cols_y()
103 const int have_left, in filter_plane_cols_uv() argument
116 if (!have_left && !x) continue; in filter_plane_cols_uv()
177 int x, have_left; in bytefn() local
266 for (ptr = p[0], have_left = 0, x = 0; x < f->sb128w; in bytefn()
267 x++, have_left = 1, ptr += 128, level_ptr += 32) in bytefn()
269 filter_plane_cols_y(f, have_left, level_ptr, f->b4_stride, in bytefn()
286 for (uv_off = 0, have_left = 0, x = 0; x < f->sb128w; in bytefn()
287 x++, have_left = 1, uv_off += 128 >> ss_hor, level_ptr += 32 >> ss_hor) in bytefn()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/dav1d/src/
H A Denv.h64 if (have_left) { in get_intra_ctx()
162 if (have_left) { in get_comp_ctx()
179 } else if (have_left) { in get_comp_ctx()
194 if (have_top && have_left) { in get_comp_dir_ctx()
296 if (have_left && !l->intra[yb4]) { in av1_get_ref_ctx()
316 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_ctx()
339 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_1_ctx()
359 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_2_ctx()
379 if (have_left && !l->intra[yb4]) { in av1_get_bwd_ref_ctx()
401 if (have_left && !l->intra[yb4]) { in av1_get_bwd_ref_1_ctx()
[all …]
H A Dipred_prepare_tmpl.c76 bytefn(dav1d_prepare_intra_edges)(const int x, const int have_left, in bytefn()
106 mode = *angle > 180 && have_left ? Z3_PRED : HOR_PRED; in bytefn()
111 mode = av1_mode_conv[mode][have_left][have_top]; in bytefn()
121 (av1_intra_prediction_edges[mode].needs_left && !have_left))) in bytefn()
134 if (have_left) { in bytefn()
146 const int have_bottomleft = (!have_left || y + th >= h) ? 0 : in bytefn()
172 pixel_set(top, have_left ? dst[-1] : ((1 << bitdepth) >> 1) - 1, sz); in bytefn()
193 if (have_left) in bytefn()
H A Dlf_apply_tmpl.c37 const int have_left, in filter_plane_cols_y() argument
49 if (!have_left && !x) continue; in filter_plane_cols_y()
103 const int have_left, in filter_plane_cols_uv() argument
116 if (!have_left && !x) continue; in filter_plane_cols_uv()
177 int x, have_left; in bytefn() local
266 for (ptr = p[0], have_left = 0, x = 0; x < f->sb128w; in bytefn()
267 x++, have_left = 1, ptr += 128, level_ptr += 32) in bytefn()
269 filter_plane_cols_y(f, have_left, level_ptr, f->b4_stride, in bytefn()
286 for (uv_off = 0, have_left = 0, x = 0; x < f->sb128w; in bytefn()
287 x++, have_left = 1, uv_off += 128 >> ss_hor, level_ptr += 32 >> ss_hor) in bytefn()
[all …]
/dports/multimedia/handbrake/dav1d-0.9.0/src/
H A Denv.h64 if (have_left) { in get_intra_ctx()
162 if (have_left) { in get_comp_ctx()
179 } else if (have_left) { in get_comp_ctx()
194 if (have_top && have_left) { in get_comp_dir_ctx()
296 if (have_left && !l->intra[yb4]) { in av1_get_ref_ctx()
316 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_ctx()
339 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_1_ctx()
359 if (have_left && !l->intra[yb4]) { in av1_get_fwd_ref_2_ctx()
379 if (have_left && !l->intra[yb4]) { in av1_get_bwd_ref_ctx()
401 if (have_left && !l->intra[yb4]) { in av1_get_bwd_ref_1_ctx()
[all …]
H A Dipred_prepare_tmpl.c76 bytefn(dav1d_prepare_intra_edges)(const int x, const int have_left, in bytefn()
106 mode = *angle > 180 && have_left ? Z3_PRED : HOR_PRED; in bytefn()
111 mode = av1_mode_conv[mode][have_left][have_top]; in bytefn()
121 (av1_intra_prediction_edges[mode].needs_left && !have_left))) in bytefn()
134 if (have_left) { in bytefn()
146 const int have_bottomleft = (!have_left || y + th >= h) ? 0 : in bytefn()
172 pixel_set(top, have_left ? dst[-1] : ((1 << bitdepth) >> 1) - 1, sz); in bytefn()
193 if (have_left) in bytefn()
H A Dlf_apply_tmpl.c37 const int have_left, in filter_plane_cols_y() argument
49 if (!have_left && !x) continue; in filter_plane_cols_y()
103 const int have_left, in filter_plane_cols_uv() argument
116 if (!have_left && !x) continue; in filter_plane_cols_uv()
177 int x, have_left; in bytefn() local
266 for (ptr = p[0], have_left = 0, x = 0; x < f->sb128w; in bytefn()
267 x++, have_left = 1, ptr += 128, level_ptr += 32) in bytefn()
269 filter_plane_cols_y(f, have_left, level_ptr, f->b4_stride, in bytefn()
286 for (uv_off = 0, have_left = 0, x = 0; x < f->sb128w; in bytefn()
287 x++, have_left = 1, uv_off += 128 >> ss_hor, level_ptr += 32 >> ss_hor) in bytefn()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/dav1d/src/ppc/
H A Dlooprestoration_init_tmpl.c219 const int have_left = !!(edges & LR_HAVE_LEFT); in padding() local
223 unit_w += 3 * have_left + 3 * have_right; in padding()
224 uint8_t *dst_l = dst + 3 * !have_left; in padding()
225 p -= 3 * have_left; in padding()
226 lpf -= 3 * have_left; in padding()
240 if (have_left) { in padding()
261 if (have_left) { in padding()
270 pixel_copy(dst_tl + 3 * have_left, p + 3 * have_left, unit_w - 3 * have_left); in padding()
286 if (!have_left) { in padding()
/dports/multimedia/dav1d/dav1d-99172b11470776177939c3d2bc366fe8d904eab7/src/ppc/
H A Dlooprestoration_init_tmpl.c218 const int have_left = !!(edges & LR_HAVE_LEFT); in padding() local
222 unit_w += 3 * have_left + 3 * have_right; in padding()
223 uint8_t *dst_l = dst + 3 * !have_left; in padding()
224 p -= 3 * have_left; in padding()
225 lpf -= 3 * have_left; in padding()
239 if (have_left) { in padding()
260 if (have_left) { in padding()
269 pixel_copy(dst_tl + 3 * have_left, p + 3 * have_left, unit_w - 3 * have_left); in padding()
285 if (!have_left) { in padding()
/dports/www/firefox/firefox-99.0/third_party/dav1d/src/ppc/
H A Dlooprestoration_init_tmpl.c218 const int have_left = !!(edges & LR_HAVE_LEFT); in padding() local
222 unit_w += 3 * have_left + 3 * have_right; in padding()
223 uint8_t *dst_l = dst + 3 * !have_left; in padding()
224 p -= 3 * have_left; in padding()
225 lpf -= 3 * have_left; in padding()
239 if (have_left) { in padding()
260 if (have_left) { in padding()
269 pixel_copy(dst_tl + 3 * have_left, p + 3 * have_left, unit_w - 3 * have_left); in padding()
285 if (!have_left) { in padding()

1234567