Searched defs:sad_4x8 (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/encoder/arm/ |
D | ihevce_coarse_layer_sad_neon.c | 508 uint16x8_t sad_4x8 = vaddq_u16(curr, south); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() local 548 uint16x4_t sad_4x8 = vadd_u16(curr, south); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() local 669 uint16x8_t sad_4x8 = vaddq_u16(curr, south); in hme_combine_4x4_sads_and_compute_cost_high_quality_neon() local 709 uint16x4_t sad_4x8 = vadd_u16(curr, south); in hme_combine_4x4_sads_and_compute_cost_high_quality_neon() local
|
/external/libhevc/encoder/ |
D | hme_coarse.c | 407 S32 sad_4x8, cost_4x8, sad_8x4, cost_8x4; in hme_combine_4x4_sads_and_compute_cost_high_quality() local 491 S32 sad_4x8, cost_4x8, sad_8x4, cost_8x4; in hme_combine_4x4_sads_and_compute_cost_high_speed() local
|