HomeSort by relevance Sort by last modified time
    Searched refs:num_cands (Results 1 - 4 of 4) sorted by null

  /external/libhevc/encoder/arm/
ihevce_me_neon.c 262 WORD32 *num_cands,
289 *num_cands = 0;
291 /* Loop to fill up the cand_t array and to calculate num_cands */
304 *num_cands = *num_cands + 1;
325 for(i = 0; i < *num_cands; i++)
347 WORD32 *num_cands)
370 *num_cands = 0;
372 /* Loop to fill up the cand_t array and to calculate num_cands */
385 *num_cands = *num_cands + 1
    [all...]
  /external/libhevc/encoder/
hme_err_compute.c 161 WORD32 *num_cands /* Number of candidates that were processed */
178 *num_cands = 0;
180 /* Loop to fill up the cand_t array and to calculate num_cands */
193 *num_cands = *num_cands + 1;
206 for(a = 0; a < *num_cands; a++)
271 * WORD32 *num_cands
297 WORD32 *num_cands,
319 *num_cands = 0;
321 /* Loop to fill up the cand_t array and to calculate num_cands */
    [all...]
ihevce_enc_loop_utils.c 2900 WORD32 num_cands = 0; local
    [all...]
hme_defs.h 334 ps_dedup_enabler, num_cands, mvx, mvy, check_for_duplicate) \
    [all...]

Completed in 567 milliseconds