Lines Matching defs:ptns_to_read
105 uint16_t ptns_to_read;
731 res_setup->ptns_to_read =
733 res_setup->classifs = av_malloc_array(res_setup->ptns_to_read,
1348 int ptns_to_read
1373 if (i < ptns_to_read)
1380 if (i < ptns_to_read)
1386 p += ptns_to_read;
1406 int ptns_to_read = vr->ptns_to_read;
1423 ptns_to_read--;
1437 for (partition_count = 0; partition_count < ptns_to_read;) { // SPEC error
1439 int ret = setup_classifs(vc, vr, do_not_decode, ch_used, partition_count, ptns_to_read);
1443 for (i = 0; (i < c_p_c) && (partition_count < ptns_to_read); ++i) {
1549 j_times_ptns_to_read += ptns_to_read;