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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_resize.c 423 static int get_down2_length(int length, int steps) { function
433 while ((proj_in_length = get_down2_length(in_length, 1)) >= out_length) {
464 otmp2 = otmp + get_down2_length(length, 1);
466 const int proj_filteredlength = get_down2_length(filteredlength, 1);
  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.c 423 static int get_down2_length(int length, int steps) { function
433 while ((proj_in_length = get_down2_length(in_length, 1)) >= out_length) {
464 otmp2 = otmp + get_down2_length(length, 1);
466 const int proj_filteredlength = get_down2_length(filteredlength, 1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_resize.c 423 static int get_down2_length(int length, int steps) { function
433 while ((proj_in_length = get_down2_length(in_length, 1)) >= out_length) {
464 otmp2 = otmp + get_down2_length(length, 1);
466 const int proj_filteredlength = get_down2_length(filteredlength, 1);

Completed in 1679 milliseconds