aboutsummaryrefslogtreecommitdiff
path: root/aom_scale
AgeCommit message (Expand)Author
2024-03-06Fix some clang-tidy complaintsJerome Jiang
2024-02-15Rework downsampling pyramid setupRachel Barker
2024-02-06Document frame size to copy in loop filterCheng Chen
2024-01-31Use crop_width/height for aom_yv12_copyMarco Paniconi
2024-01-30rtc: Fix to external resize with use_psnrMarco Paniconi
2023-12-02fix void param declarations & prototypesWan-Teh Chang
2023-11-07Add missing allocation checks in realloc_frame_buffer_alignedSatheesh Kumar
2023-01-18Use crop region for global motion estimationRachel Barker
2023-01-17Cache corner list for each frame bufferRachel Barker
2023-01-09Revert "Revert "Replace y_buffer_8bit with a downsampling pyramid""Rachel Barker
2022-12-21Revert "Replace y_buffer_8bit with a downsampling pyramid"Wan-Teh Chang
2022-12-20Replace y_buffer_8bit with a downsampling pyramidRachel Barker
2022-12-19Avoid an unnecessary allocationRachel Barker
2022-09-23remove mips optimizationsJames Zern
2022-09-09Multi-thread recon frame paddingDeepa K G
2022-04-13Facilitate luma plane only allocation in alloc/realloc functionsCherma Rajan A
2022-04-08Revert "Allocate TPL buffers only when required"James Zern
2022-04-08Don't chain assignments of vars of different typesWan-Teh Chang
2022-04-07Allocate TPL buffers only when requiredAasaipriya
2022-01-13Simplify extend_plane() and extend_plane_high()Wan-Teh Chang
2021-10-27Allocate scaled source buffers on the flyJayasanker J
2021-10-09Allintra: Reduce border_in_pixels for frame buffersJayasanker J
2021-07-26Detect chroma subsampling more directlyWan-Teh Chang
2021-03-09Allocate 8-bit buffer used in high-bd only for global motionChethan Kumar R E
2020-11-02SUPERRES_AUTO: don't save/restore cur_frame->buf.Urvang Joshi
2020-10-12SUPERRES_AUTO: enable dual search for q modeUrvang Joshi
2020-08-15Add tpl_bsize in TplParamsYunqing Wang
2020-07-22Resolve frame buffer type reference.Paul Wilkins
2020-07-21Optimize memory in tpl frame bufferJayasanker J
2020-07-17Prevent copying already allocated metadataDaniel Max Valenzuela
2020-02-25Simplify the lookahead buffer allocationYunqing Wang
2020-02-22Consolidate the frame buffer borderYunqing Wang
2020-01-30cmake: Build static libaom in shared configs.Tom Finegan
2020-01-23Adds support for HDR static metadata encode/decodeDaniel Max Valenzuela
2019-12-24Fix: Obtain aom_image metadata on decodeDaniel Max Valenzuela
2019-12-21Declare the arr parameter as const.Wan-Teh Chang
2019-11-12Have metadata remove/free functions return void.Wan-Teh Chang
2019-10-26Adds metadata container for aom_imageDaniel Max Valenzuela
2019-09-20exclude hbd in aom_scale from CONFIG_AV1_HIGHBITDEPTH.Jerome Jiang
2019-07-15Add the aom_align_addr macro.Wan-Teh Chang
2019-06-27aom_free_frame_buffer should return 0 on success.Wan-Teh Chang
2019-05-02Return error code for buffer allocation.Jerome Jiang
2019-05-02Cosmetic changes.Jerome Jiang
2019-03-28Update border for ref buffer to allow scaled predDebargha Mukherjee
2019-03-25Correct some typos throughout the codebaseSarah Parker
2019-03-14Reduce lookahead buffer padding size for encoderSatish Kumar Suman
2019-03-12Code restructuring of function aom_realloc_frame_buffer().Satish Kumar Suman
2019-03-05cmake: Hook up dsp and scale dependencies in the proper places.Tom Finegan
2019-01-31Revert decoder frame buffer padding to 64Satish Kumar Suman
2019-01-18Change AOM_DEC_BORDER_IN_PIXELS back to 288.Wan-Teh Chang