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

  /external/libhevc/encoder/
ihevce_decomp_pre_intra_pass.c 281 WORD32 sad_cost = 0; local
298 sad_cost = sad;
299 sad_cost += mode_bits_cost[mode];
302 if(sad_cost < best_nsad_cost)
305 best_nsad_cost = sad_cost;
310 if(sad_cost < best_asad_cost)
313 best_asad_cost = sad_cost;
355 WORD32 sad_cost = 0; local
408 sad_cost = sad;
409 sad_cost += mode_bits_cost[mode]
    [all...]
ihevce_recur_bracketing.c 355 WORD32 sad_cost = 0; local
411 sad_cost = sad;
412 sad_cost += mode_bits_cost[mode];
414 if(sad_cost < best_asad_cost)
417 best_asad_cost = sad_cost;
463 sad_cost = sad;
464 sad_cost += mode_bits_cost[mode];
466 costs_4x4[i] = sad_cost;
    [all...]
ihevce_enc_structs.h 1221 UWORD16 sad_cost; member in struct:__anon28618
    [all...]

Completed in 51 milliseconds