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

  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.c 432 int proj_in_length; local
433 while ((proj_in_length = get_down2_length(in_length, 1)) >= out_length) {
435 in_length = proj_in_length;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_resize.c 432 int proj_in_length; local
433 while ((proj_in_length = get_down2_length(in_length, 1)) >= out_length) {
435 in_length = proj_in_length;

Completed in 426 milliseconds