Searched refs:largest (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/
H A Dhmm_largest.c19 U(size_bau) largest;
22 largest = 0;
29 largest =
47 if (lf_size > largest)
48 largest = lf_size;
51 /* Convert largest size to AAUs and subract head size leaving payload
54 return(largest ?
55 ((largest * ((U(size_aau)) HMM_BLOCK_ALIGN_UNIT)) - HEAD_AAUS) :
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_mb_lpf_neon.asm319 ; only compare the largest value to limit
341 ; only compare the largest value to thresh
375 ; only compare the largest value to thresh
H A Dvp9_loopfilter_neon.asm196 ; only compare the largest value to limit
460 ; only compare the largest value to limit
484 ; only compare the largest value to thresh
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c933 // Rearrange the tile buffers such that per-tile group the largest, and
940 const TileBuffer largest = tile_buffers[group_start]; local
944 tile_buffers[group_end] = largest;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
H A Dx86inc.asm32 ; to the largest audience possible. Of course, if you modify it for your own
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp3910 ALOGE("Available free space %lx largest chunk %lx\n", fs.total, fs.largest);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp4364 ALOGE("Available free space %lx largest chunk %lx\n", fs.total, fs.largest);

Completed in 281 milliseconds