HomeSort by relevance Sort by last modified time
    Searched defs:num_candts (Results 1 - 2 of 2) sorted by null

  /external/libhevc/encoder/
ihevce_me_instr_set_router.c 347 S32 num_candts = 0; local
361 num_candts++;
367 api4_sad_grid[i] = &ps_prms->pi4_sad_grid[i * num_candts];
376 &num_candts,
hme_err_compute.c 414 S32 num_candts = 0; local
425 num_candts++;
429 apu2_sad_grid[i] = &au2_sad_grid[i * num_candts];
432 &s_grid, ps_prms->pu1_inp, ps_prms->i4_inp_stride, apu2_sad_grid, as_candt, &num_candts);
433 for(i = 0; i < TOT_NUM_PARTS * num_candts; i++)
    [all...]

Completed in 315 milliseconds