Home
last modified time | relevance | path

Searched refs:pu1_ref_coloc (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_coarse_layer_sad_neon.c114 U08 **ppu1_ref, *pu1_ref_coloc; in hme_store_4x4_sads_high_speed_neon() local
141 pu1_ref_coloc = ppu1_ref[i4_search_idx] + i4_ref_offset; in hme_store_4x4_sads_high_speed_neon()
187 pu1_ref = pu1_ref_coloc + mvx + (mvy * i4_ref_stride); in hme_store_4x4_sads_high_speed_neon()
267 U08 **ppu1_ref, *pu1_ref_coloc; in hme_store_4x4_sads_high_quality_neon() local
294 pu1_ref_coloc = ppu1_ref[i4_search_idx] + i4_ref_offset; in hme_store_4x4_sads_high_quality_neon()
338 pu1_ref = pu1_ref_coloc + mvx + (mvy * i4_ref_stride); in hme_store_4x4_sads_high_quality_neon()
/external/libhevc/encoder/
Dhme_coarse.c575 U08 **ppu1_ref, *pu1_ref_coloc; in hme_store_4x4_sads_high_quality() local
603 pu1_ref_coloc = ppu1_ref[i4_search_idx] + i4_ref_offset; in hme_store_4x4_sads_high_quality()
620 pu1_ref = pu1_ref_coloc + mvx + (mvy * i4_ref_stride); in hme_store_4x4_sads_high_quality()
658 U08 **ppu1_ref, *pu1_ref_coloc; in hme_store_4x4_sads_high_speed() local
687 pu1_ref_coloc = ppu1_ref[i4_search_idx] + i4_ref_offset; in hme_store_4x4_sads_high_speed()
704 pu1_ref = pu1_ref_coloc + mvx + (mvy * i4_ref_stride); in hme_store_4x4_sads_high_speed()