Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c1045 int n_end; in ff_hevc_hls_residual_coding() local
1261 n_end = last_scan_pos - 1; in ff_hevc_hls_residual_coding()
1265 n_end = 15; in ff_hevc_hls_residual_coding()
1273 if (significant_coeff_group_flag[x_cg][y_cg] && n_end >= 0) { in ff_hevc_hls_residual_coding()
1314 for (n = n_end; n > 0; n--) { in ff_hevc_hls_residual_coding()
1351 n_end = nb_significant_coeff_flag; in ff_hevc_hls_residual_coding()
1354 if (n_end) { in ff_hevc_hls_residual_coding()
1382 for (m = 0; m < (n_end > 8 ? 8 : n_end); m++) { in ff_hevc_hls_residual_coding()
1394 first_nz_pos_in_cg = significant_coeff_flag_idx[n_end - 1]; in ff_hevc_hls_residual_coding()
1414 for (m = 0; m < n_end; m++) { in ff_hevc_hls_residual_coding()
/third_party/libxml2/
Dtestapi.c16620 int n_end; in test_xmlStringDecodeEntities() local
16629 for (n_end = 0;n_end < gen_nb_xmlChar;n_end++) { in test_xmlStringDecodeEntities()
16636 end = gen_xmlChar(n_end, 3); in test_xmlStringDecodeEntities()
16646 des_xmlChar(n_end, end, 3); in test_xmlStringDecodeEntities()
16657 printf(" %d", n_end); in test_xmlStringDecodeEntities()
16689 int n_end; in test_xmlStringLenDecodeEntities() local
16699 for (n_end = 0;n_end < gen_nb_xmlChar;n_end++) { in test_xmlStringLenDecodeEntities()
16707 end = gen_xmlChar(n_end, 4); in test_xmlStringLenDecodeEntities()
16721 des_xmlChar(n_end, end, 4); in test_xmlStringLenDecodeEntities()
16733 printf(" %d", n_end); in test_xmlStringLenDecodeEntities()
[all …]
/third_party/python/Python/
Dformatter_unicode.c472 Py_ssize_t n_end, Py_ssize_t n_remainder, in calc_number_widths() argument
479 spec->n_digits = n_end - n_start - n_remainder - (has_decimal?1:0); in calc_number_widths()